diff --git a/.bandit b/.bandit index 138b039a6..b29d8a73a 100644 --- a/.bandit +++ b/.bandit @@ -88,4 +88,4 @@ subprocess_without_shell_equals_true: subprocess: [subprocess.Popen, subprocess.call, subprocess.check_call, subprocess.check_output, utils.execute, utils.execute_with_timeout] try_except_continue: {check_typed_exception: false} -try_except_pass: {check_typed_exception: false} \ No newline at end of file +try_except_pass: {check_typed_exception: false} diff --git a/.shellcheck.yaml b/.shellcheck.yaml index 523221d35..441977dfd 100644 --- a/.shellcheck.yaml +++ b/.shellcheck.yaml @@ -1,3 +1,6 @@ +# Reference: +# https://github.com/codefactor-io/shellcheck-config +# https://github.com/koalaman/shellcheck/wiki/Checks ignored: - SC2140 - SC2086 @@ -116,4 +119,4 @@ ignored: - SC2230 - SC2229 - SC2106 - - SC2102 \ No newline at end of file + - SC2102