1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
adguardhome_ynh/.shellcheckrc
OniriCorpe aee1f2aaca
enable DOH/DOQ using Let's Encrypt certs out of the box (#154)
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <OniriCorpe@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2024-05-21 18:34:12 +02:00

15 lines
288 B
Text

# ~/.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