Change rule name

This commit is contained in:
Hackerpilot 2015-01-16 11:14:07 -08:00
parent 956dd204dc
commit 9eb2b575af
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ private:
immutable string errorMessage = "Variable " ~ vi.name
~ " is never modified and could have been declared const"
~ " or immutable.";
addErrorMessage(vi.line, vi.column, "dscanner.suspicious.could_be_immutable",
addErrorMessage(vi.line, vi.column, "dscanner.suspicious.unmodified",
errorMessage);
}
tree = tree[0 .. $ - 1];