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 c82d9b3 commit b7d5ffcCopy full SHA for b7d5ffc
1 file changed
Plan/config/checkstyle/checkstyle.xml
@@ -22,12 +22,8 @@
22
</module>
23
<module name="FileLength">
24
<!-- This value is alright. Notable: SessionQueries 1007 -->
25
- <property name="max" value="1250"/>
+ <property name="max" value="1500"/>
26
<property name="fileExtensions" value=".java"/>
27
- <!-- These files are ignored. -->
28
- <property name="files"
29
- value="SessionQueries.java|.*Test.java"/>
30
-
31
32
<module name="LineLength">
33
<!-- This value is very high. Notable: ExtensionExtractor: 254, DeepHelpLang 345, WorldMap 2964 -->
0 commit comments