diff --git a/scripts/check_format.sh b/scripts/check_format.sh index d3b8123bc3..aba3aa223d 100755 --- a/scripts/check_format.sh +++ b/scripts/check_format.sh @@ -241,7 +241,7 @@ if hash shellcheck 2>/dev/null; then # Error descriptions can also be found at: https://github.com/koalaman/shellcheck/wiki # This SHCK_EXCLUDE list is out "to do" and we work to fix all of this errors. SHCK_EXCLUDE="SC1083,SC2002,\ -SC2010,SC2034,SC2045,SC2046,SC2086,SC2090,\ +SC2010,SC2034,SC2045,SC2046,SC2086,\ SC2097,SC2098,SC2119,SC2120" # SPDK fails some error checks which have been deprecated in later versions of shellcheck. # We will not try to fix these error checks, but instead just leave the error types here