Skip to content
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

Update haskell-hlint checker to HLint-3.0 #1809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdnavarro
Copy link

HLint v3.0 has been recently released.

  • Now .hlint.yaml is the default configuration file. (I think this was already supported in the latest releases of 2.0).
  • When there is a suggestion or warning it returns a 1 exit code by default. We have to pass --no-exit-code to avoid it.

@jdnavarro
Copy link
Author

The source location always includes the end of the column now. I removed the optionals in :error-patterns, and it works as expected, but couldn't figure out how to update the tests.

In any case, it still works when leaving the optional end of the column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant