Replies: 1 comment 2 replies
-
I think you can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if there was an option to disable the presentation of the success banner:
Have a use case where a project lints multiple file types (running ruff, shellcheck, etc.) and want to see all the failed output. For example:
If all files ruff checks pass, it will report the success message but the overall lint check may have failed from another linter. For example:
The output becomes a bit misleading unless the success banner is filtered out (e.g.
ruff check ... | grep -v "All checks passed!"
).Beta Was this translation helpful? Give feedback.
All reactions