add shellcheck config

This commit is contained in:
OniriCorpe 2023-12-27 23:59:14 +01:00
parent 5a7f9f5c61
commit 6f68da6f07

15
.shellcheckrc Normal file
View file

@ -0,0 +1,15 @@
# ~/.shellcheckrc
# follow source _common.sh
external-sources=true
# disable common errors with yunohost scripting:
# Not following: (error message here)
disable=SC1091
# foo appears unused. Verify it or export it.
disable=SC2034
# var is referenced but not assigned.
disable=SC2154