| commit | aacb2de4c28fd9139fc15b8167ca2353bcd72202 | [log] [tgz] |
|---|---|---|
| author | Udo Schnurpfeil <lofwyr@apache.org> | Wed Feb 08 23:16:15 2017 +0000 |
| committer | Udo Schnurpfeil <lofwyr@apache.org> | Wed Feb 08 23:16:15 2017 +0000 |
| tree | 898deb70cee80e707822a2947e72f4ca561f5ab1 | |
| parent | 00673aa03e894006c4054db6c6f51a05cb0b46fd [diff] |
TOBAGO-1698: Update some build libs * checkstyle: ParameterAssignment
diff --git a/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml b/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml index 38d31c0..cf982b1 100644 --- a/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml +++ b/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
@@ -197,6 +197,7 @@ <module name="SuperFinalize"/> <module name="IllegalThrows"/> <module name="PackageDeclaration"/> + <module name="ParameterAssignment"/> <module name="MultipleVariableDeclarations"/> <module name="UnnecessaryParentheses"/>