Provides elm-review rules to detect unused elements in your Elm project
BSD 3-Clause "New" or "Revised" License
23
stars
12
forks
source link
NoUnused.Variables: False negative for imports shadowed by another import #70
Closed
jfmengels closed 2 years ago
Describe the bug Imports that are shadowed by another import are not being reported
SSCCE (Short Self-Contained Correct Example)
Steps to reproduce the behavior: Create a project with both
elm/html
tesk9/accessible-html
Expected behavior
The import of
Html
fromAccessibility
should be marked as unused.