Skip to content

Commit a2c730d

Browse files
committed
Rerun hlint --default for counts
1 parent d77b9db commit a2c730d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.hlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
- ignore: {name: "Monoid law, left identity"} # 3 hints
99
- ignore: {name: "Monoid law, right identity"} # 3 hints
1010
- ignore: {name: "Move filter"} # 4 hints
11-
- ignore: {name: "Move guards forward"} # 4 hints
11+
- ignore: {name: "Move guards forward"} # 5 hints
1212
- ignore: {name: "Redundant $!"} # 1 hint
1313
- ignore: {name: "Redundant <$>"} # 17 hints
14-
- ignore: {name: "Redundant bracket"} # 256 hints
14+
- ignore: {name: "Redundant bracket"} # 257 hints
1515
- ignore: {name: "Redundant guard"} # 2 hints
1616
- ignore: {name: "Redundant if"} # 6 hints
1717
- ignore: {name: "Redundant lambda"} # 19 hints

0 commit comments

Comments
 (0)