You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a snippet or screenshot that shows the problem:
As documented here: CircleCI-Public/shellcheck-orb#34. Shellcheck was firing and returning a 0 exits status, but not all files were matched and it was difficult to debug which files that shellcheck was processing.
I'm proposing adding a --verbose flag to the shellcheck CLI and I would like it to emit the names of files that it evaluates.
BTW, thanks a ton for this project. I'm loving it :)
The text was updated successfully, but these errors were encountered:
For new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
As documented here: CircleCI-Public/shellcheck-orb#34. Shellcheck was firing and returning a 0 exits status, but not all files were matched and it was difficult to debug which files that shellcheck was processing.
I'm proposing adding a
--verbose
flag to the shellcheck CLI and I would like it to emit the names of files that it evaluates.BTW, thanks a ton for this project. I'm loving it :)
The text was updated successfully, but these errors were encountered: