forked from SpongePowered/SpongeAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckstyle-suppressions.xml
More file actions
16 lines (15 loc) · 946 Bytes
/
checkstyle-suppressions.xml
File metadata and controls
16 lines (15 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress checks="JavadocMethod|SummaryJavadoc|AvoidEscapedUnicodeCharacters" files="src[\\/]test[\\/]java[\\/].*"/>
<suppress checks="Indentation" files="package-info\.java"/>
<suppress checks="AbbreviationAsWordInName" files="AI"/>
<suppress checks="AbbreviationAsWordInName" files="TNT"/>
<suppress checks="AbbreviationAsWordInName" files="PVP"/>
<suppress checks="AbbreviationAsWordInName" files="PEBKAC"/>
<suppress checks="AbbreviationAsWordInName" files="AABB"/>
<suppress checks=".*" files="SpongeEventFactory\.java"/>
<suppress checks="LineLength" files="Keys\.java"/>
<suppress checks="AvoidStarImport" files="Keys\.java"/>
<suppress checks="AvoidStarImport" files="CatalogEntityData\.java"/>
</suppressions>