From 6bd1e8e92e0f69a67fb8cc7d332ab5f4cd2c46a5 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 4 Jun 2015 17:45:39 -0700 Subject: [PATCH] Update README for 0.2.0 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e55f1b..d5be4ea 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,13 @@ you do not want to use the one created by the "--defaultConfig" option. * Confusing asm syntax. * Placement of const, immutable, or inout before a function return type instead of after the parameters. * 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 -* Assigning to foreach variables that are not "ref". -* Unused imports. -* Variables that are never modified and not declared immutable. -* Assignment in conditionals +https://github.com/Hackerpilot/Dscanner/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement ### Reports The "--report" option writes a JSON report on the static analysis checks