CircleCI-Public / shellcheck-orb

An orb for ShellCheck, a static analysis tool for shell scripts (https://shellcheck.net) — check all scripts in your repository on every commit
https://circleci.com/developer/orbs/orb/circleci/shellcheck
MIT License
19 stars 26 forks source link

Expose `--external-sources` flag #26

Closed alandrees closed 4 years ago

alandrees commented 4 years ago

Describe Request:

Expose the --external-sources switch.

Examples:

This allows sourcing files such as (is my case) .env files.

Supporting Documentation Links:

(From the manpage)

  -x                  --external-sources         Allow 'source' outside of FILES