hlint
https://github.com/ndmitchell/hlint
Haskell
Haskell source code suggestions
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Haskell not yet supported4 Subscribers
Add a CodeTriage badge to hlint
Help out
- Issues
- Support do-notation patterns in custom hint rules (e.g. `_ <- f x` → `f_ x`)
- Extend performance group with strict IORef/State/container folds
- Extend performance group with list-length anti-pattern hints
- Extend performance group with Text/ByteString strictness hints
- Extend performance group with container-construction hints
- Add security hint group - enabled by default
- Remove "Avoid NonEmpty.unzip" hint (fixes #1657)
- Fix: treat top-level QuasiQuote splices as using QuasiQuotes (fixes #1650)
- Fix: narrow "Parenthesize unary negation" to surprising precedence (fixes #1636)
- Fix: dont suggest "Use :" when OverloadedLists is enabled (fixes #1602)
- Docs
- Haskell not yet supported