We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77b9db commit a2c730dCopy full SHA for a2c730d
1 file changed
.hlint.yaml
@@ -8,10 +8,10 @@
8
- ignore: {name: "Monoid law, left identity"} # 3 hints
9
- ignore: {name: "Monoid law, right identity"} # 3 hints
10
- ignore: {name: "Move filter"} # 4 hints
11
-- ignore: {name: "Move guards forward"} # 4 hints
+- ignore: {name: "Move guards forward"} # 5 hints
12
- ignore: {name: "Redundant $!"} # 1 hint
13
- ignore: {name: "Redundant <$>"} # 17 hints
14
-- ignore: {name: "Redundant bracket"} # 256 hints
+- ignore: {name: "Redundant bracket"} # 257 hints
15
- ignore: {name: "Redundant guard"} # 2 hints
16
- ignore: {name: "Redundant if"} # 6 hints
17
- ignore: {name: "Redundant lambda"} # 19 hints
0 commit comments