Closed Slamdunk closed 3 years ago
Any feedback @haya14busa ?
I have encountered the same problem, someone deleting the initialization of a variable, breaking all references later in the script.
For now, I manually added filter_mode: file
to all action-shellcheck everywhere, but it would be great to have it as a default.
@Slamdunk There seem to be some conflicts with your PR.
@grische thank you for the notice, PR was ok when I opened it 2 months ago.
Maybe @shogo82148 can review and merge this :crossed_fingers:
Hi, @Slamdunk! We merged your PR to reviewdog! 🐶 Thank you for your contribution! ✨
We just invited you to join the @reviewdog organization on GitHub. Accept the invite by visiting https://github.com/orgs/reviewdog/invitation. By joining the team, you'll be a part of reviewdog community and can help the maintainance of reviewdog.
Thanks again!
Hi, I was hit hard by the default setting
filder_mode: added
: a developer of ours removed a line, the producion broke but the Github Action passed.I propose here to have
file
as the default method: it's equally fast and doesn't miss such critical cases.