Added checker for having opEquals without toHash.

This commit is contained in:
Matthew Brennan Jones 2014-05-30 20:47:56 -07:00
parent 465effa32b
commit 2a4fcbbd9d
3 changed files with 126 additions and 1 deletions

View file

@ -58,13 +58,13 @@ given source files.
* Unused variables.
* Unused parameters (check is skipped if function is marked "override")
* Duplicate attributes
* Declaring opEquals without toHash
#### Wishlish
* Assigning to foreach variables that are not "ref".
* Unused imports.
* Variables that are never modified and not declared immutable.
* Public declarations not documented
* Declaring opEquals without toHash
* Assignment in conditionals
### Line of Code Count