1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluffychat_ynh.git synced 2024-09-03 18:36:04 +02:00
fluffychat_ynh/.shellcheckrc

16 lines
288 B
Text
Raw Permalink Normal View History

2024-01-02 00:07:39 +01:00
# ~/.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