You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/02/08 23:16:16 UTC

svn commit: r1782275 - /myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml

Author: lofwyr
Date: Wed Feb  8 23:16:15 2017
New Revision: 1782275

URL: http://svn.apache.org/viewvc?rev=1782275&view=rev
Log:
TOBAGO-1698: Update some build libs
* checkstyle: ParameterAssignment

Modified:
    myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml

Modified: myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml?rev=1782275&r1=1782274&r2=1782275&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml (original)
+++ myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml Wed Feb  8 23:16:15 2017
@@ -197,6 +197,7 @@
         <module name="SuperFinalize"/>
         <module name="IllegalThrows"/>
         <module name="PackageDeclaration"/>
+        <module name="ParameterAssignment"/>
         <module name="MultipleVariableDeclarations"/>
         <module name="UnnecessaryParentheses"/>