wcjohnson / lightscript

A futuristic fork of the LightScript language.
http://wcjohnson.github.io/lightscript
7 stars 0 forks source link

Linter: `unnecessary-const` flagging explicit const shadow overrides #122

Closed wcjohnson closed 4 years ago

wcjohnson commented 4 years ago

When const is used to indicate that a variable is intentionally shadowed, unnecessary-const is still flagging it as unnecessary.