Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb But (José) : transformer tout le code en bions + ploxions du xerboxion. La carte de digestion vit au labo : /yunohost-digest.json
15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
external-sources=true
|
|
source-path=SCRIPTDIR
|
|
|
|
# Declare and assign separately
|
|
disable=SC2155
|
|
|
|
# In case cd / pushd / popd fails
|
|
disable=SC2164
|
|
|
|
# Useless cat when sed/grep
|
|
disable=SC2002
|
|
|
|
# Those are errors that we haven't fixed yet
|
|
disable=SC2155,SC2012,SC2013,SC2038,SC2076,SC2034,SC2154,SC2001
|