-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
import aliases generate unused error regardless of being used. #215
Comments
These are generated by elm-analyze, can you run that tool normally and check if you get the same output? |
Are you sure your using it? I would be very surprised, if you were the first one to get this error. I think the code has been unchanged for quiet some time. Anyway, you will need to raise that problem with I'll close this for now. |
I did an |
My question was, if your sure your using |
When you
import Something.Something as Something
my ide always produces an error saying Something is unusedExpected Behavior
No warnings produced
Steps to Reproduce (for bugs)
:let b:ale_linters = ['elm_ls']<cr>
3.enable Ale if disabled
:ALEEnable
4.run the linter
:ALELint
Context
I jump errors using various keybindings one of which is used to jump to the first error or warning and this issue is a huge productivity problem, in this case, reporting a false warning.
Your Environment
1.5.0
neovim
node.js v12.14.1
Pop!_OS 19.10
The text was updated successfully, but these errors were encountered: