[java-idp-testbed] 01/02: JPAR-85 - Checkstyle, check final parameters
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 7 15:39:10 EDT 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=7d114a2d895a58d2dd331fd7047d69921350fb12
commit 7d114a2d895a58d2dd331fd7047d69921350fb12
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 14:33:10 2017 -0500
JPAR-85 - Checkstyle, check final parameters
---
checkstyle.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/checkstyle.xml b/checkstyle.xml
index 77c0b9a..bf86636 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -93,6 +93,9 @@
<module name="TrailingComment"/>
<module name="EqualsAvoidNull"/>
<module name="ModifiedControlVariable"/>
+ <module name="FinalParameters">
+ <property name="tokens" value="METHOD_DEF,CTOR_DEF,LITERAL_CATCH"/>
+ </module>
</module>
<module name="SuppressionCommentFilter">
<property name="offCommentFormat" value="\bCheck[Ss]tyle:\s*([\w|]+)\s+OFF\b"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list