1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00

add .shellcheckrc

This commit is contained in:
OniriCorpe 2023-12-30 03:19:58 +01:00
parent 60a13eaab1
commit ec28e88893

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