Skip to content

Instantly share code, notes, and snippets.

@infynyxx
Created April 3, 2013 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infynyxx/5303333 to your computer and use it in GitHub Desktop.
Save infynyxx/5303333 to your computer and use it in GitHub Desktop.
suppressions.xml
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<!-- Suppress JavadocPackage in the test packages -->
<suppress checks="JavadocPackage" files="[\\/]test[\\/]"/>
</suppressions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment