Update README for 0.2.0
This commit is contained in:
parent
d251a7aeb2
commit
6bd1e8e92e
|
@ -79,12 +79,13 @@ you do not want to use the one created by the "--defaultConfig" option.
|
||||||
* Confusing asm syntax.
|
* Confusing asm syntax.
|
||||||
* Placement of const, immutable, or inout before a function return type instead of after the parameters.
|
* Placement of const, immutable, or inout before a function return type instead of after the parameters.
|
||||||
* Functions in interface declarations redundantly marked 'abstract'.
|
* Functions in interface declarations redundantly marked 'abstract'.
|
||||||
|
* Declaring a variable with the same name as a label.
|
||||||
|
* Variables that could have been declared const or immutable (experimental)
|
||||||
|
* Redundant parenthesis.
|
||||||
|
* Unused labels.
|
||||||
|
|
||||||
#### Wishlish
|
#### Wishlish
|
||||||
* Assigning to foreach variables that are not "ref".
|
https://github.com/Hackerpilot/Dscanner/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement
|
||||||
* Unused imports.
|
|
||||||
* Variables that are never modified and not declared immutable.
|
|
||||||
* Assignment in conditionals
|
|
||||||
|
|
||||||
### Reports
|
### Reports
|
||||||
The "--report" option writes a JSON report on the static analysis checks
|
The "--report" option writes a JSON report on the static analysis checks
|
||||||
|
|
Loading…
Reference in New Issue