Skip to content

Commit

Permalink
Delete max file length check (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-baker authored and uschi2000 committed Aug 10, 2016
1 parent daf5195 commit b2834fe
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<property name="charset" value="UTF-8"/>
<property name="severity" value="error"/>

<module name="FileLength"> <!-- Java Style Guide: File length: 2000 lines -->
<property name="fileExtensions" value="java"/>
</module>
<module name="FileTabCharacter"/> <!-- Java Style Guide: Whitespace characters -->
<module name="NewlineAtEndOfFile"> <!-- Java Style Guide: Line ending: LF -->
<property name="lineSeparator" value="lf"/>
Expand Down

0 comments on commit b2834fe

Please sign in to comment.