diff --git a/py/plugins/shellcheck.py b/py/plugins/shellcheck.py index 6cee3c6..d2a0d12 100644 --- a/py/plugins/shellcheck.py +++ b/py/plugins/shellcheck.py @@ -25,7 +25,7 @@ SHELLCHECK_CAP_DIR = "/builddir/shellcheck-results" FILTER_CMD = "csgrep --mode=json --remove-duplicates --quiet " \ - "--invert-match --event '^note|warning\\[SC1090\\]'" + "--invert-match --event '^info|note|style|warning\\[SC1090\\]'" # default maximum number of scripts scanned by a single shellcheck process DEFAULT_SC_BATCH = 1