Skip to content

Commit

Permalink
bump checkstyle line length to 180
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Apr 10, 2024
1 parent 406d6b4 commit dd0e6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tika-parent/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<property name="eachLine" value="true"/>
</module>
<module name="LineLength">
<property name="max" value="120"/>
<property name="max" value="180"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="NewlineAtEndOfFile">
Expand Down

0 comments on commit dd0e6c6

Please sign in to comment.