]> Git — Sourcephile - haskell/symantic-cli.git/blob - HLint.hs
parser: add exitWith calls where it makes sense.
[haskell/symantic-cli.git] / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Collapse lambdas"
3 ignore "Move brackets to avoid $"
4 ignore "Reduce duplication"
5 ignore "Redundant $"
6 ignore "Redundant bracket"
7 ignore "Redundant do"
8 ignore "Redundant lambda"
9 ignore "Use camelCase"
10 ignore "Use const"
11 ignore "Use fmap"
12 ignore "Use if"
13 ignore "Use import/export shortcut"
14 ignore "Use list literal pattern"
15 ignore "Use list literal"
16 ignore "Use shows"
17
18 -- BEGIN: generated hints
19 infixr 0 `help`
20 infixr 3 <!>
21 infixr 3 :!:
22 infixr 4 <?>
23 infixr 4 <.>
24 -- END: generated hints