Skip to content

Update haskell-hlint checker to HLint-3.0#1809

Merged
bbatsov merged 1 commit intoflycheck:masterfrom
jdnavarro:hlint-3
Jun 30, 2024
Merged

Update haskell-hlint checker to HLint-3.0#1809
bbatsov merged 1 commit intoflycheck:masterfrom
jdnavarro:hlint-3

Conversation

@jdnavarro
Copy link
Contributor

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
Contributor 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.

@bbatsov bbatsov merged commit 0f4cce9 into flycheck:master Jun 30, 2024
@bbatsov
Copy link
Contributor

bbatsov commented Jun 30, 2024

Better late than never. :-)

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.

2 participants