dotfiles/.bash_it/.shellcheckrc
2022-02-27 20:00:49 +01: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