-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Haskell hlint : HLint.hs not taking into account #1853
Comments
Related to #753 |
@PierreR what does running By the way, for me to disable hlints about lambda I need to put following into
|
@d12frosted As already described, Do you want me to test it again ? I haven't done so for a while so it might be fixed now. |
@PierreR oh, right you already said that it's working when invoking from terminal. But yeah, could you please test again? Because I remember previously it didn't work for me in Emacs, but it's working. |
Yep this is working now. Thanks. |
Great! Good to hear 😄 |
I am trying to disable some hlint errors by using a HLint.hs file at the root of the project:
Unfortunately it does not work. I stil get a red point on:
On the command line if I use
hlint
it does work (it is telling me a suggestion has been ignored).Is there a way to disable these hlint errors ?
At least it would be handy to use another color than red to show the hlint "errors" (the code compiles just fine after all).
The text was updated successfully, but these errors were encountered: