summaryrefslogtreecommitdiff
path: root/tool/HLint.hs
blob: ac847525aea0f0bca2df426046e6ad700f26bd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import "hint" HLint.HLint

ignore "Redundant do"
ignore "Redundant as"
ignore "Redundant $" = LambdaCube.Compiler.Infer
ignore "Use if"
ignore "Use ++" = Main -- UnitTests
ignore = LambdaCube.Compiler.Token

--ignore "Eta reduce"
--ignore "Move brackets to avoid $"
--ignore "Redundant bracket"