org.danilopianini.javaqa.checkstyle-suppressions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-java-qa Show documentation
Show all versions of gradle-java-qa Show documentation
Automated Quality Assurance configuration for Java Projects built with Gradle
The newest version!
<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd"> <suppressions> <suppress files="[/\\]target[/\\]" checks=".*"/> <suppress files=".+\.(?:jar|zip|war|class|tar|bin)$" checks=".*"/> <suppress files=".*[\\/]xtend-gen[\\/].*" checks=".*"/> <suppress files=".*[\\/]src[\\/]antlr[\\/].*" checks=".*"/> <suppress files=".*[\\/]generated-.*[\\/].*" checks=".*"/> <suppress files=".*[\\/]expressions[\\/]parser[\\/].*" checks=".*"/> <suppress files=".*[\\/].*dsl[\\/].*" checks=".*"/> <!-- ADDITIONAL_SUPPRESSIONS --> </suppressions>