Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: --no-exit-codes + sarif tweaks #154

Merged
merged 3 commits into from
Nov 14, 2024
Merged

feat: --no-exit-codes + sarif tweaks #154

merged 3 commits into from
Nov 14, 2024

Conversation

woodruffw
Copy link
Owner

Disables the special (>10) exit codes when
--no-exit-codes or --format sarif is passed,
leaving just success (0) and general tool failure
(1).

Closes #153.

Disables the special (>10) exit codes when
`--no-exit-codes` or `--format sarif` is passed,
leaving just success (0) and general tool failure
(1).

Signed-off-by: William Woodruff <[email protected]>
@woodruffw woodruffw added enhancement New feature or request cli labels Nov 14, 2024
@woodruffw woodruffw self-assigned this Nov 14, 2024
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
@woodruffw woodruffw merged commit e656091 into main Nov 14, 2024
4 checks passed
@woodruffw woodruffw deleted the ww/tweak-exit-codes branch November 14, 2024 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specialize exit code behavior
1 participant