haf.commons.application.1.1.1.source-code.checkstyle-suppressions.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- LICENSE "THE BEER-WARE LICENSE" (Revision 43): "Sven Strittmatter" <weltraumschaf(at)googlemail(dot)com> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a non alcohol-free beer in return. Copyright (C) 2012 "Sven Strittmatter" <weltraumschaf(at)googlemail(dot)com> --> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <!-- Suppressions for unit testing code --> <suppress checks="MagicNumber" files=".*Test\.java"/> <suppress checks="JavadocMethod" files=".*Test\.java"/> <suppress checks="JavadocVariable" files=".*Test\.java"/> <suppress checks="JavadocType" files=".*Test\.java"/> <suppress checks="IllegalThrows" files=".*Test\.java"/> <suppress checks="ImportControl" files=".*Test\.java"/> <suppress checks="JavadocPackage" files=".*Test\.java"/> </suppressions>