haf.commons.shell.2.0.0.source-code.checkstyle-suppressions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shell Show documentation
Show all versions of shell Show documentation
Utilities for creating more complex shell commands with subcommands. It provides easy ability to
parse the users command line input.
<?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>