Files
yunohost/.shellcheckrc
machine-a-tsoins edb4c397df
Some checks failed
Check for new n releases / updater (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
🍽 Fork YunoHost — snapshot mangé par la machine à tsoins
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
2026-07-03 17:20:06 +00:00

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