# 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