FSharpLint
FSharpLint copied to clipboard
DRAFT: Add DisallowShadowing rule
Add DisallowShadowing rule and tests for it.
Fixes https://github.com/fsprojects/FSharpLint/issues/112
@webwarrior-ws please add a test for shadowing for variables that start with underscore: in this case we don't want the rule to flag them.
@webwarrior-ws please add a test for shadowing for variables that start with underscore: in this case we don't want the rule to flag them.
Added new commit with test and changes to the rule code.