]> Git — Sourcephile - haskell/symantic-document.git/blob - HLint.hs
cabal: bump version
[haskell/symantic-document.git] / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Move brackets to avoid $"
3 ignore "Reduce duplication"
4 ignore "Redundant $"
5 ignore "Redundant bracket"
6 ignore "Redundant do"
7 ignore "Use camelCase"
8 ignore "Use const"
9 ignore "Use fmap"
10 ignore "Use if"
11 ignore "Use import/export shortcut"
12 ignore "Use list literal pattern"
13 ignore "Use list literal"
14
15 -- BEGIN: generated hints
16 infix 1 `maxWidth`
17 infixr 6 </>
18 infixr 6 <+>
19 -- END: generated hints