mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
add shellcheck config
This commit is contained in:
parent
cb755f4e83
commit
f171150f97
1 changed files with 15 additions and 0 deletions
15
scripts/.shellcheckrc
Normal file
15
scripts/.shellcheckrc
Normal 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
|
Loading…
Add table
Reference in a new issue