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 module 'SuppressionFilter' to checkstyle config #53

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

pemistahl
Copy link
Contributor

The SuppressionFilter module allows to specify files in a suppressions.xml for which certain or all checks will be suppressed. This comes in handy for generated files, for instance, which normally should not be checked but could produce checkstyle errors if they are checked.

The placeholder ${config_loc} is understood by the Gradle checkstyle plugin. It replaces the placeholder with the defined configuration directory.

This module allows to specify files for which certain or all checks will be suppressed. This comes in handy for generated files, for instance.
@pemistahl pemistahl requested review from a team as code owners August 21, 2023 20:17
@pemistahl pemistahl merged commit 7ad0430 into main Aug 21, 2023
3 checks passed
@pemistahl pemistahl deleted the checkstyle-suppressionfilter branch August 21, 2023 20:23
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