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

[semver:patch] Do not use ./tmp as filename for sc input files #35

Closed rajeevsingh-ag closed 3 years ago

rajeevsingh-ag commented 3 years ago

Please do not use filename "tmp" that collects all shellcheck input files. Doing so causes the shellcheck orb to fail when run against Ruby-on-Rails projects that contain a ./tmp directory.

rajeevsingh-ag commented 3 years ago

@gmemstr Gentle reminder to re-review. shellcheck is currently blocked for a number of our RoR repos. Many thanks!