Skip to content

Commit d165dfd

Browse files
committed
Bump hlint warning counts
1 parent 217f08a commit d165dfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.hlint.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Warnings currently triggered by your code
22
- ignore: {name: "Avoid NonEmpty.unzip"} # 1 hint
33
- ignore: {name: "Avoid lambda"} # 47 hints
4-
- ignore: {name: "Avoid lambda using `infix`"} # 22 hints
4+
- ignore: {name: "Avoid lambda using `infix`"} # 23 hints
55
- ignore: {name: "Eta reduce"} # 124 hints
66
- ignore: {name: "Evaluate"} # 10 hints
77
- ignore: {name: "Functor law"} # 10 hints
@@ -16,11 +16,11 @@
1616
- ignore: {name: "Monoid law, right identity"} # 3 hints
1717
- ignore: {name: "Move filter"} # 4 hints
1818
- ignore: {name: "Move guards forward"} # 4 hints
19-
- ignore: {name: "Redundant $"} # 179 hints
19+
- ignore: {name: "Redundant $"} # 178 hints
2020
- ignore: {name: "Redundant $!"} # 1 hint
2121
- ignore: {name: "Redundant <$>"} # 16 hints
2222
- ignore: {name: "Redundant =="} # 1 hint
23-
- ignore: {name: "Redundant bracket"} # 239 hints
23+
- ignore: {name: "Redundant bracket"} # 240 hints
2424
- ignore: {name: "Redundant fmap"} # 1 hint
2525
- ignore: {name: "Redundant guard"} # 2 hints
2626
- ignore: {name: "Redundant if"} # 6 hints
@@ -49,7 +49,7 @@
4949
- ignore: {name: "Use const"} # 36 hints
5050
- ignore: {name: "Use elem"} # 2 hints
5151
- ignore: {name: "Use first"} # 4 hints
52-
- ignore: {name: "Use fmap"} # 26 hints
52+
- ignore: {name: "Use fmap"} # 25 hints
5353
- ignore: {name: "Use fold"} # 1 hint
5454
- ignore: {name: "Use for"} # 1 hint
5555
- ignore: {name: "Use forM_"} # 1 hint
@@ -65,7 +65,7 @@
6565
- ignore: {name: "Use isNothing"} # 1 hint
6666
- ignore: {name: "Use lambda-case"} # 55 hints
6767
- ignore: {name: "Use lefts"} # 1 hint
68-
- ignore: {name: "Use list comprehension"} # 18 hints
68+
- ignore: {name: "Use list comprehension"} # 19 hints
6969
- ignore: {name: "Use list literal"} # 3 hints
7070
- ignore: {name: "Use list literal pattern"} # 11 hints
7171
- ignore: {name: "Use map once"} # 7 hints

0 commit comments

Comments
 (0)