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 bbfacee commit bb3998bCopy full SHA for bb3998b
shared/config/checkstyle/checkstyle.xml
@@ -25,8 +25,6 @@
25
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.1//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
26
<module name="Checker">
27
28
- <module name="FileContentsHolder"/>
29
-
30
<module name="SuppressionCommentFilter">
31
<property name="offCommentFormat" value="CHECKSTYLE:START_ALLOW_FINALIZER"/>
32
<property name="onCommentFormat" value="CHECKSTYLE:END_ALLOW_FINALIZER"/>
@@ -37,6 +35,8 @@
37
35
38
36
<module name="TreeWalker">
39
+ <module name="FileContentsHolder"/>
+
40
<!--
41
High-priority warnings : fail the build...
42
-->
0 commit comments