Skip to content

Commit e55b866

Browse files
committed
Bump to hlint-3.10
- Bump to hlint-3.10 in the gh-action
1 parent a6e4162 commit e55b866

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: haskell-actions/hlint-setup@v2
1313
with:
14-
version: "3.8"
14+
version: "3.10"
1515
- uses: haskell-actions/hlint-run@v2
1616
with:
1717
path: "."

.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)