diff --git a/.shellcheckrc b/.shellcheckrc index 46386774..58e9d49b 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -1,3 +1,5 @@ +# Ignore A && B || C +disable=SC2015 # Ignore sudo redirects disable=SC2024 # Ignore unused variables