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

Clarify docs and add example for exclude path #5

Closed wyardley closed 5 years ago

wyardley commented 5 years ago

Clarify the docs a bit about exclude paths, and add an example.

Also standardize on 1.0.0 as version in example (which seems to be the convention)

That said, I'm thinking it might make sense to either switch to -not -regex, or at least allow that as an option, or else just have an open-ended -not expression where one can specify \( -name "./foo/*" -o -name "./bar/" \), say?

iynere commented 5 years ago

my merged PR created a bunch of conflicts, so i just made these changes in master @wyardley

feel free to submit a new PR against the new master branch if you wanna develop on this further !