We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran hlint over unliftio and unliftio-core and found:
unliftio
unliftio-core
- [ ] Avoid lambda, 2 hints - [ ] Avoid lambda using `infix`, 3 hints - [ ] Eta reduce, 1 hint - [ ] Move brackets to avoid $, 14 hints - [ ] Redundant bracket, 34 hints - [ ] Replace case with maybe, 1 hint - [ ] Unused LANGUAGE pragma, 12 hints - [ ] Use <$>, 2 hints - [ ] Use asum, 4 hints - [ ] Use camelCase, 19 hints - [ ] Use const, 4 hints - [ ] Use even, 3 hints - [ ] Use fewer imports, 1 hint - [ ] Use fmap, 13 hints - [ ] Use lambda-case, 1 hint - [ ] Use newTVarIO, 3 hints - [ ] Use readTVarIO, 8 hints - [ ] Use void, 1 hint - [ ] Use when, 2 hints
Which of these do we care about?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran hlint over
unliftio
andunliftio-core
and found:Warnings currently triggered by your code
Which of these do we care about?
The text was updated successfully, but these errors were encountered: