Skip to content

Commit b7d5ffc

Browse files
committed
Fix checkstyle config
1 parent c82d9b3 commit b7d5ffc

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Plan/config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@
2222
</module>
2323
<module name="FileLength">
2424
<!-- This value is alright. Notable: SessionQueries 1007 -->
25-
<property name="max" value="1250"/>
25+
<property name="max" value="1500"/>
2626
<property name="fileExtensions" value=".java"/>
27-
<!-- These files are ignored. -->
28-
<property name="files"
29-
value="SessionQueries.java|.*Test.java"/>
30-
3127
</module>
3228
<module name="LineLength">
3329
<!-- This value is very high. Notable: ExtensionExtractor: 254, DeepHelpLang 345, WorldMap 2964 -->

0 commit comments

Comments
 (0)