dotfiles/.bash_it/.shellcheckrc

7 lines
122 B
Plaintext
Raw Normal View History

2022-02-27 20:00:49 +01:00
# We use colors and not assigned
disable=SC2154
# Hard to fix
disable=SC2155
# shellcheck is wrong on some
disable=SC2034