diff --git a/README.md b/README.md index f2b72a1..5e2028e 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,12 @@ given source files. * Struct constructors that have a single parameter that has a default argument. * Assign expressions where the left side of the '=' operator is the same as the right * 'if' statements where the 'else' block is the same as the 'if' block. +* Unused variables. +* Unused parameters (check is skipped if function is marked "override") #### Wishlish * Assigning to foreach variables that are not "ref". -* Unused variables. * Unused imports. -* Unused parameters (check is skipped if function is marked "override") * Variables that are never modified and not declared immutable. * Public declarations not documented * Declaring opEquals without toHash