Skip to content

Commit

Permalink
Added default rule suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Mar 3, 2010
1 parent 2a5958a commit f46296b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions etc/checkstyle-suppressions.xml
@@ -0,0 +1,11 @@
<?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 checks="JavadocType" files=".*Test.java" />
<suppress checks="JavadocMethod" files=".*Test.java" />
<suppress checks="JavadocVariable" files=".*/Property.java" />
</suppressions>

0 comments on commit f46296b

Please sign in to comment.