mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Added checker for having opEquals without toHash.
This commit is contained in:
parent
465effa32b
commit
2a4fcbbd9d
3 changed files with 126 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue