[spring-extensions] branch master updated: JPAR-148 - Checkstyle 8.24+ compatibility
Tom Zeller
tzeller at dragonacea.biz
Fri Nov 15 13:57:11 EST 2019
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=c5d7f1bc8394ab1449fa9664ae756a20f3abbf1c
The following commit(s) were added to refs/heads/master by this push:
new c5d7f1b JPAR-148 - Checkstyle 8.24+ compatibility
c5d7f1b is described below
commit c5d7f1bc8394ab1449fa9664ae756a20f3abbf1c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Nov 15 12:53:01 2019 -0600
JPAR-148 - Checkstyle 8.24+ compatibility
https://issues.shibboleth.net/jira/browse/JPAR-148
---
checkstyle.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 48ae807..4433ced 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -36,9 +36,6 @@
<module name="IllegalImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
- <module name="LineLength">
- <property name="max" value="120"/>
- </module>
<module name="MethodLength">
<property name="max" value="70"/>
</module>
@@ -113,4 +110,7 @@
<property name="header" value="/*\n * Licensed to the University Corporation for Advanced Internet Development,\n * Inc. (UCAID) under one or more contributor license agreements. See the\n * NOTICE file distributed with this work for additional information regarding\n * copyright ownership. The UCAID licenses this file to You under the Apache\n * License, Version 2.0 (the "License"); you may not use this file except in\n * compliance with the License. You may obtain a cop [...]
</module>
<module name="JavadocPackage"/>
+ <module name="LineLength">
+ <property name="max" value="120"/>
+ </module>
</module>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list