]> Git — Sourcephile - haskell/symantic.git/blob - symantic-lib/HLint.hs
Fix description.
[haskell/symantic.git] / symantic-lib / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Redundant $"
3 ignore "Redundant bracket"
4 ignore "Use camelCase"
5 ignore "Use import/export shortcut"
6 ignore "Use fmap"