]> Git — Sourcephile - comptalang.git/blob - jcc/HLint.hs
Adapte hcompta-jcc.
[comptalang.git] / jcc / 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 import/export shortcut"
8 ignore "Use second"