This commit is contained in:
OniriCorpe 2024-03-23 03:00:22 +01:00 committed by GitHub
commit 402810a597
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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