[trustany-ssl] 01/02: JPAR-85 - Checkstyle, check final parameters

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 15:38:38 EDT 2017


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository trustany-ssl.

View the commit online:
http://git.shibboleth.net/view/?p=trustany-ssl.git;a=commit;h=04f2a4c3c19ae08a41b0e9dc1c01cac5652331db

commit 04f2a4c3c19ae08a41b0e9dc1c01cac5652331db
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 14:21:13 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