Skip to content

Instantly share code, notes, and snippets.

@rishabh9
Created May 7, 2020 07:35
Show Gist options
  • Save rishabh9/b36c8466e0ea2d2e43c6d080c1e464e3 to your computer and use it in GitHub Desktop.
Save rishabh9/b36c8466e0ea2d2e43c6d080c1e464e3 to your computer and use it in GitHub Desktop.
Custom Checkstyle Suppression filter
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress checks="." files="[\\/]generated-sources[\\/]"/>
<suppress checks="." files="[\\/]src/test/java[\\/]"/>
</suppressions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment