shellcheck-orb
shellcheck-orb copied to clipboard
An orb for ShellCheck, a static analysis tool for shell scripts (https://shellcheck.net) — check all scripts in your repository on every commit
## Describe Request: At the moment, the `check` job just runs the version of shellcheck which is included in the CircleCI base image (which corresponds to the Ubuntu repository) and...
## Describe Request: Currently this orb still defaults to 0.7.1 which was released in 2020, shellcheck 0.9.0 will have been out a year as of tomorrow (Happy birthday, shellcheck 0.9.0!)....
## Describe Request: A static executor is currently defined in the `check` job, but this does not allow for any executor customisations. Allow for a custom executor to be used...
## Describe Request: Currently jobs don't expose a resource_class to use, this means they use the default. Currently this is Large, which is significantly more expensive than Small which would...
## Orb version: 3.1.1 ## What happened: Hi, I configured the orb to ignore the following folders: ```yml - shellcheck/check: ignore-dirs: | .git/ node_modules/ dist/ ``` However, the logs show...