We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134cda2 commit ec40107Copy full SHA for ec40107
pom.xml
@@ -206,6 +206,9 @@
206
<configLocation>
207
src/test/resources/checkstyle/checkstyle-config.xml
208
</configLocation>
209
+ <suppressionsLocation>
210
+ src/test/resources/checkstyle/checkstyle-suppressions.xml
211
+ </suppressionsLocation>
212
</configuration>
213
</plugin>
214
</plugins>
src/test/resources/checkstyle/checkstyle-suppressions.xml
@@ -0,0 +1,9 @@
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=".*" files="Messages.java"/>
9
+</suppressions>
0 commit comments