Skip to content

Commit

Permalink
Relax Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Oct 13, 2022
1 parent 2c49305 commit 1e03c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<module name="LineLength">
<property name="fileExtensions" value="java"/>
<property name="max" value="160"/>
<property name="max" value="200"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>

Expand Down

0 comments on commit 1e03c73

Please sign in to comment.