From b1ddcc94dcefd3cba2b07defa72392b82c899a21 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 9 Sep 2016 20:47:35 +0100 Subject: [PATCH] ParameterAssignment: not needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b3b77..2db588f 100644 --- a/README.md +++ b/README.md @@ -2734,7 +2734,7 @@ Already covered by the [OneTopLevelClass](#onetoplevelclass) check. #### [ParameterAssignment](http://checkstyle.sourceforge.net/config_coding.html#ParameterAssignment) -> TODO: enable +[FinalParameters](#finalparameters) already protects against assigning values to parameters. #### [RedundantImport](http://checkstyle.sourceforge.net/config_imports.html#RedundantImport)