-
Notifications
You must be signed in to change notification settings - Fork 4
Issues: sparksp/elm-review-imports
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Shadowing when aliasing a type with the same name
bug
Something isn't working
NoModuleOnExposedNames
Relates to the NoModuleOnExposedNames rule
#127
opened Feb 12, 2023 by
miniBill
False negative on Something isn't working
NoInconsistentAliases
Relates to the NoInconsistentAliases rule
Json.Decode
when Json.Decode.Extra
import is also present
bug
#97
opened Aug 15, 2022 by
Janiczek
Shadowing issue with record pattern matching for NoModuleOnExposedNames
bug
Something isn't working
NoModuleOnExposedNames
Relates to the NoModuleOnExposedNames rule
#56
opened Aug 2, 2021 by
miniBill
NoModuleOnExposedName fix can introduce name collision
bug
Something isn't working
NoModuleOnExposedNames
Relates to the NoModuleOnExposedNames rule
#36
opened Oct 20, 2020 by
MartinSStewart
Enforce consistency for every alias
NoInconsistentAliases
Relates to the NoInconsistentAliases rule
#5
opened May 15, 2020 by
sparksp
Collision detection with preferred aliases
NoInconsistentAliases
Relates to the NoInconsistentAliases rule
#3
opened May 14, 2020 by
sparksp
Ensure Consistent Aliases
NoInconsistentAliases
Relates to the NoInconsistentAliases rule
#1
opened May 12, 2020 by
sparksp
ProTip!
Exclude everything labeled
bug
with -label:bug.