bash-it/.shellcheckrc

9 lines
178 B
Plaintext

# We use colors and not assigned
disable=SC2154
# Hard to fix
disable=SC2155
# shellcheck is wrong on some
disable=SC2034
# Messing with our COMPREPLY completions
disable=SC2207