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

Add a default .hlint.yaml file, disabling all hints currently triggered #278

Merged
merged 2 commits into from
Jan 13, 2021

Conversation

ndmitchell
Copy link
Contributor

Otherwise people might mistakenly try and send patches fixing them, e.g. #277. Also ensures they aren't shown in the IDE.

FWIW, the one that I would totally apply is:

src\HIE\Bios\Cradle.hs:637:26-53: Suggestion: Use catMaybes
Found:
  [comp | Just comp <- [mc]]
Perhaps:
  Data.Maybe.catMaybes [mc]

That seems much cleaner. Everything else has both pros and cons.

.hlint.yaml Outdated Show resolved Hide resolved
@fendor fendor merged commit adbea23 into haskell:master Jan 13, 2021
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

2 participants