/
githubmirror
/
pi-hole
Обзор
Документация
Войти
/
githubmirror
/
pi-hole
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.shellcheckrc
6 строк
352 B
Christian König
Adjust .shellcheckrc to 0.11 and enable some optional checks
04 авг 2025, 21:38
04 авг 2025, 21:38
7baa9c5
Код
Авторство
О чём код?
external-sources=true # allow shellcheck to read external sources disable=SC3043 #disable SC3043: In POSIX sh, local is undefined. enable=useless-use-of-cat # disabled by default as of shellcheck 0.11.0 enable=avoid-negated-conditions # avoid-negated-conditions is optional as of shellcheck 0.11.0 enable=require-variable-braces enable=deprecate-which