This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 3ef48c2 bump line length in checkstyle...coz who doesn't have a 120
column CRT nowadays...
3ef48c2 is described below
commit 3ef48c2db2dcbf881f79689f441da197caded7ef
Author: tallison <[email protected]>
AuthorDate: Wed Apr 14 20:15:43 2021 -0400
bump line length in checkstyle...coz who doesn't have a 120 column CRT
nowadays...
---
tika-parent/checkstyle.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/checkstyle.xml b/tika-parent/checkstyle.xml
index 93a68c4..69995ad 100644
--- a/tika-parent/checkstyle.xml
+++ b/tika-parent/checkstyle.xml
@@ -49,7 +49,7 @@
<property name="eachLine" value="true"/>
</module>
<module name="LineLength">
- <property name="max" value="100"/>
+ <property name="max" value="120"/>
<property name="ignorePattern" value="^package.*|^import.*|a
href|href|http://|https://|ftp://"/>
</module>
<module name="NewlineAtEndOfFile">