/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.11
.shellcheckrc
16 строк
489 B
Ville Skyttä
test: enable shellcheck SC2035
26 май 2020, 22:22
26 май 2020, 22:22
77a3505
Код
Авторство
О чём код?
shell=bash disable=SC1090 # not really fixable usually (ever?) disable=SC2034 # for localizing variables set in called functions disable=SC2128 # intentional style choice disable=SC2206 # suggested alternatives fail in posix mode or use temp files disable=SC2207 # suggested alternatives fail in posix mode or use temp files # These disables are to be investigated and decided disable=SC1004 disable=SC2015 disable=SC2016 disable=SC2086 disable=SC2155 disable=SC2162 disable=SC2231