Skip to content

Commit

Permalink
Remove the line length rule from Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Mar 18, 2016
1 parent 5ab4f1e commit 1fd2abe
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
<module name="CovariantEquals" />
<module name="ArrayTypeStyle" />

<module name="LineLength">
<property name="max" value="120" />
</module>

<!-- Package names should be all lower case. Examples of legal package names:
org.hawkular.my.coolpackage
org.hawkular.mycoolpackage
Expand Down

0 comments on commit 1fd2abe

Please sign in to comment.