luizm / action-sh-checker

A GitHub action that performs static analysis for shell scripts using shellcheck, shfmt and checkbashisms.
MIT License
132 stars 12 forks source link

SHELLCHECK_OPT is not used anywhere #34

Closed thibaultserti closed 3 years ago

thibaultserti commented 3 years ago

SHELLCHECK_OPT is not used anywhere so we can't pass any options to shellcheck ...

luizm commented 3 years ago

We don't need to use, we just set it as env to be used as default by shellcheck

https://github.com/koalaman/shellcheck/blob/master/shellcheck.1.md#environment-variables

thibaultserti commented 3 years ago

Ok thanks sorry for that !

luizm commented 3 years ago

Ok thanks sorry for that !

:) No problem