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 6d51ac6 commit 26c0329Copy full SHA for 26c0329
checkstyle.xml
@@ -219,6 +219,14 @@
219
<property name="optional" value="true"/>
220
</module>
221
222
+ <!-- Suppress filters via comments -->
223
+ <!-- https://stackoverflow.com/a/4023351/9767089 -->
224
+ <module name="SuppressionCommentFilter">
225
+ <property name="offCommentFormat" value="CHECKSTYLE.OFF\: ([\w\|]+)"/>
226
+ <property name="onCommentFormat" value="CHECKSTYLE.ON\: ([\w\|]+)"/>
227
+ <property name="checkFormat" value="$1"/>
228
+ </module>
229
+
230
231
232
0 commit comments