Skip to content

Commit 04c7691

Browse files
committed
add checkstyle suppressions
1 parent 85be75b commit 04c7691

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

checkstyle-suppressions.xml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
3+
<!DOCTYPE suppressions PUBLIC
4+
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
5+
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
6+
7+
<suppressions>
8+
<suppress checks="LeftCurly" files="."/>
9+
<suppress checks="LineLength" files="."/>
10+
</suppressions>

0 commit comments

Comments
 (0)