Files
bash-it/.shellcheckrc
2020-10-28 11:51:04 +02:00

7 lines
122 B
Plaintext

# We use colors and not assigned
disable=SC2154
# Hard to fix
disable=SC2155
# shellcheck is wrong on some
disable=SC2034