autodeploygit_ynh/.shellcheckrc

16 lines
288 B
Text
Raw Normal View History

2023-12-28 01:59:14 +03: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