We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b02083 commit befe509Copy full SHA for befe509
checkstyle.xml
@@ -168,9 +168,5 @@
168
</module>
169
<module name="SingleLineJavadoc"/>
170
171
-
172
- <module name="SuppressionFilter">
173
- <property name="file" value="${config_loc}/checkstyle-suppressions.xml" default="checkstyle-suppressions.xml"/>
174
- </module>
175
+
176
pom.xml
@@ -254,6 +254,7 @@
254
<phase>validate</phase>
255
<configuration>
256
<configLocation>checkstyle.xml</configLocation>
257
+ <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
258
<encoding>UTF-8</encoding>
259
<consoleOutput>true</consoleOutput>
260
<failsOnError>true</failsOnError>
0 commit comments