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 f8d451e commit c65438dCopy full SHA for c65438d
checkstyle.xml
@@ -9,7 +9,6 @@
9
<module name="LineLength">
10
<property name="max" value="120" />
11
</module>
12
-
13
<module name="Indentation">
14
<property name="basicOffset" value="2" />
15
<property name="braceAdjustment" value="0" />
@@ -18,9 +17,11 @@
18
17
<property name="arrayInitIndent" value="4" />
19
<property name="lineWrappingIndentation" value="4" />
20
21
22
<module name="AnonInnerLength">
23
<property name="max" value="40" />
24
+ <module name="MethodCount" />
+ <module name="MethodLength" />
25
+
26
27
0 commit comments