Skip to content

Commit

Permalink
Remove LineLength from checkstyle - generated code has too many warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Avetisyan committed Feb 1, 2017
1 parent 271c3aa commit c3aba06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**/.classpath
**/.project
**/.settings
**/.checkstyle
**/target/
**/dependency-reduced-pom.xml
**/pom.xml.releaseBackup
Expand Down
6 changes: 0 additions & 6 deletions athenz-checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@
<property name="severity" value="error"/>
</module>

<!-- Checks if a line it too long. -->
<module name="LineLength">
<property name="max" value="120"/>
<property name="severity" value="warning"/>
</module>

</module>

</module>

0 comments on commit c3aba06

Please sign in to comment.