Feature to have exit code 1 for info severity #7582
jakeleventhal
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I'm very concerned about implementing something like this. We already emit some warnings that are outside of the linting/format scope, that's why we choose info as a backup to emit diagnostics. If we decided to provide such an option, we can't emit info diagnostics anymore |
Beta Was this translation helpful? Give feedback.
3 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.
-
I see there is the
--error-on-warnings
flag, but there's no way seemingly to error when there are info severity issues.Beta Was this translation helpful? Give feedback.
All reactions