2014-02-17 18:57:38 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE suppressions PUBLIC
|
|
|
|
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
|
|
|
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
|
|
|
<suppressions>
|
2014-08-15 23:16:18 +02:00
|
|
|
<!-- GenericWhitespace has some problems with false postive, leave
|
|
|
|
it disabled until gradle uses a checkstyle version where this is fixed
|
|
|
|
-->
|
|
|
|
<suppress checks="GenericWhitespace"
|
|
|
|
files="Protocol.java" />
|
2015-04-05 10:48:00 +02:00
|
|
|
<!-- Suppress JavadocPackage in the test packages -->
|
2020-04-11 21:59:21 +02:00
|
|
|
<suppress checks="JavadocPackage" files="[\\/]test(Fixtures)?[\\/]"/>
|
2014-02-17 18:57:38 +01:00
|
|
|
</suppressions>
|