shell-linter
shell-linter copied to clipboard
Allow to exclude types of warnings
$ shellcheck -h
...
-e CODE1,CODE2.. --exclude=CODE1,CODE2.. Exclude types of warnings
E.g. shellcheck -e SC1004,SC1083 ...
As per ludeeus/action-shellcheck/issues/5, I think it's possible to use environments instead. E.g. SHELLCHECK_OPTS
.
@kenorb thanks for your interest in our action and the feature request. We will surely consider that in our next release!