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