-
Notifications
You must be signed in to change notification settings - Fork 173
/
checkstyle_ignore.xml
21 lines (21 loc) · 1.04 KB
/
checkstyle_ignore.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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 files=".*generated-src.*" checks=".*"/>
<suppress files=".*IndentingXMLStreamWriter.java" checks=".*"/>
<suppress files=".*InfoTree.java" checks=".*"/>
<suppress files=".*LabelDictionary.java" checks=".*"/>
<suppress files=".*RtedAlgorithm.java" checks=".*"/>
<suppress files=".*StreamWriterDelegate.java" checks=".*"/>
<suppress files=".*HungarianAlgorithm.java" checks=".*"/>
<suppress files=".*Indentation.java" checks=".*"/>
<suppress files=".*EntityType.java" checks=".*"/>
<suppress files=".*CTreeGenerator.java" checks="Indentation"/>
<suppress files=".*View.java" checks="Indentation"/>
<suppress files=".*View.java" checks="LineLength"/>
<suppress files=".*CdJdtVisitor.java" checks=".*"/>
<suppress files=".*Run.java" checks="Indentation"/>
<suppress files=".*View.java" checks=".*"/>
</suppressions>