Skip to content

Commit 71951b5

Browse files
committed
Bump to hlint-3.10
1 parent a6e4162 commit 71951b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.hlint.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
- ignore: {name: "Redundant guard"} # 2 hints
2525
- ignore: {name: "Redundant if"} # 6 hints
2626
- ignore: {name: "Redundant lambda"} # 19 hints
27+
- ignore: {name: "Redundant maybe"} # 2 hints
2728
- ignore: {name: "Redundant multi-way if"} # 1 hint
2829
- ignore: {name: "Redundant return"} # 9 hints
29-
- ignore: {name: "Replace case with fromMaybe"} # 6 hints
30-
- ignore: {name: "Replace case with maybe"} # 11 hints
30+
- ignore: {name: "Replace case with fromMaybe"} # 4 hints
31+
- ignore: {name: "Replace case with maybe"} # 10 hints
3132
- ignore: {name: "Use $>"} # 5 hints
3233
- ignore: {name: "Use ++"} # 4 hints
3334
- ignore: {name: "Use :"} # 28 hints
@@ -40,7 +41,6 @@
4041
- ignore: {name: "Use >=>"} # 3 hints
4142
- ignore: {name: "Use ?~"} # 1 hint
4243
- ignore: {name: "Use Down"} # 3 hints
43-
- ignore: {name: "Use Just"} # 2 hints
4444
- ignore: {name: "Use bimap"} # 7 hints
4545
- ignore: {name: "Use camelCase"} # 94 hints
4646
- ignore: {name: "Use catMaybes"} # 3 hints
@@ -55,7 +55,6 @@
5555
- ignore: {name: "Use fromMaybe"} # 5 hints
5656
- ignore: {name: "Use fromRight"} # 1 hint
5757
- ignore: {name: "Use fst"} # 2 hints
58-
- ignore: {name: "Use if"} # 2 hints
5958
- ignore: {name: "Use infix"} # 20 hints
6059
- ignore: {name: "Use isAsciiLower"} # 2 hints
6160
- ignore: {name: "Use isAsciiUpper"} # 2 hints

0 commit comments

Comments
 (0)