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.
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue