Add hlint configuration? #536
Replies: 3 comments
|
Thanks for this. Sorry that it took so long to act on it.
|
|
If you're accepting pull requests now. I'd be happy to help. I see An unintrusive approach I like is to silence (ignore) all triggered HLint suggestions and then deal with each in turn. This is the approach we're using with Cabal that works well with the simple GitHub HLint workflow: A benefit of the simple workflow is that it gives the same result as running |
|
I find HLint configuration easier to manage if it is all within a root
I see Ogma has some configuration in its |
Uh oh!
There was an error while loading. Please reload this page.
Linting was clean with #51 but now there are warnings:
How about adding configuration (and a gh-action?) to help maintain this project in a lint-clean state?
I've seen the no-pull request note. If you want to pick up the configuration, I've done it over on typechecker@b42073e. The command for creating a default configuration is:
All reactions