Update readme
This commit is contained in:
parent
87732c6657
commit
f71b1191c1
|
@ -55,12 +55,12 @@ given source files.
|
||||||
* Struct constructors that have a single parameter that has a default argument.
|
* 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
|
* 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.
|
* '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
|
#### Wishlish
|
||||||
* Assigning to foreach variables that are not "ref".
|
* Assigning to foreach variables that are not "ref".
|
||||||
* Unused variables.
|
|
||||||
* Unused imports.
|
* Unused imports.
|
||||||
* Unused parameters (check is skipped if function is marked "override")
|
|
||||||
* Variables that are never modified and not declared immutable.
|
* Variables that are never modified and not declared immutable.
|
||||||
* Public declarations not documented
|
* Public declarations not documented
|
||||||
* Declaring opEquals without toHash
|
* Declaring opEquals without toHash
|
||||||
|
|
Loading…
Reference in New Issue