]> Git — Sourcephile - comptalang.git/blob - HLint.hs
Sync with symantic.
[comptalang.git] / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Move brackets to avoid $"
3 ignore "Redundant $"
4 ignore "Redundant bracket"
5 ignore "Redundant lambda"
6 ignore "Use ++"
7 ignore "Use String"
8 ignore "Use camelCase"
9 ignore "Use first"
10 ignore "Use import/export shortcut"
11 ignore "Use second"
12 -- BEGIN: generated hints
13 infixr 9 :@
14 -- END: generated hints