-
Notifications
You must be signed in to change notification settings - Fork 26
/
suppressions.xml
29 lines (28 loc) · 1.69 KB
/
suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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="DesignForExtension" files="MantaClient.java" />
<suppress checks="FileLength" files="MantaClient.java" />
<suppress checks="LineLength" files="MantaCLI.java" />
<suppress checks="MagicNumber" files="MantaCLI.java" />
<suppress checks="MagicNumber" files="Benchmark.java" />
<suppress checks="MagicNumber" files="^.*CipherDetails\.java" />
<suppress checks="LineLength" files="SupportedCiphersLookupMap.java" />
<!-- ignore suppressions for test classes -->
<suppress checks="MagicNumber" files="^.*Test\.java$" />
<suppress checks="JavadocMethod" files="^.*Test\.java$" />
<suppress checks="JavadocType" files="^.*Test\.java$" />
<suppress checks="JavadocVariable" files="^.*Test\.java$" />
<suppress checks="JavadocPackage" files="^.*Test\.java$" />
<suppress checks="IllegalThrows" files="^.*Test\.java$" />
<suppress checks="AvoidStarImport" files="^.*Test\.java$" />
<suppress checks="ImportControl" files="^.*Test\.java$" />
<suppress checks="EmptyBlock" files="Benchmark.java" />
<suppress checks="[a-zA-Z0-9]*" files="BlockSizeBench.java" />
<suppress checks="[a-zA-Z0-9]*" files="ConcurrentWeakIdentityHashMap.java" />
<suppress checks="Header" files="NotThreadSafe.java" />
<suppress checks="JavadocVariable" files="^.+Serializer.java" />
<suppress checks="IllegalImport" files="PKCS11Serializer.java" />
<suppress checks="LineLength" files="NotThreadSafe.java" />
<suppress checks="LineLength" files="package-info.java" />
</suppressions>