checkstyle.checkstyle-suppressions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qa-rules Show documentation
Show all versions of qa-rules Show documentation
The Quality Assurance rules for projects
<?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 checks="MagicNumber" files=".*[\\/]src[\\/]test[\\/]"/> </suppressions>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy