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

Add support of suppressions #122

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Add support of suppressions #122

merged 1 commit into from
Aug 11, 2023

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Aug 11, 2023

Suppressions allow a user to "suppress" the result of a rule on a piece of code. This is done by adding an inline comment of specific format. Namely:
# suppress: PREXXXX

A user can suppress a result using a trailing comment or a non-trailing comment on a previous line.

Suppressions allow a user to "suppress" the result of a rule on
a piece of code. This is done by adding an inline comment of
specific format. Namely:
   # suppress: PREXXXX

A user can suppress a result using a trailing comment or a non-trailing
comment on a previous line.

Signed-off-by: Eric Brown <[email protected]>
@ericwb ericwb merged commit e017a72 into securesauce:main Aug 11, 2023
3 of 4 checks passed
@ericwb ericwb deleted the suppressions branch August 11, 2023 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant