Skip to content

Commit

Permalink
checkstyle.xml: simplify ignorePattern of the LineLength module
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 27, 2023
1 parent 1941501 commit 4a2728b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
<module name="LineLength">
<property name="fileExtensions" value="java"/>
<property name="max" value="80"/>
<property name="ignorePattern"
value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
<property name="ignorePattern" value="https://"/>
</module>

<module name="TreeWalker">
Expand Down

0 comments on commit 4a2728b

Please sign in to comment.