]> Git — Sourcephile - comptalang.git/blob - lcc/HLint.hs
Update to new symantic and draft Modules rendition.
[comptalang.git] / lcc / HLint.hs
1 import "hint" HLint.HLint
2 ignore "Redundant $"
3 ignore "Redundant bracket"
4 ignore "Use ++"
5 ignore "Use String"
6 ignore "Use camelCase"
7 ignore "Use first"
8 ignore "Use import/export shortcut"
9 ignore "Use second"