Skip to content

Commit

Permalink
Bump hlint warning counts
Browse files Browse the repository at this point in the history
(cherry picked from commit d165dfd)

# Conflicts:
#	.hlint.yaml
  • Loading branch information
philderbeast authored and mergify[bot] committed Jan 9, 2025
1 parent 9cac543 commit 655885b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Warnings currently triggered by your code
- ignore: {name: "Avoid NonEmpty.unzip"} # 1 hint
<<<<<<< HEAD
- ignore: {name: "Avoid lambda"} # 46 hints
- ignore: {name: "Avoid lambda using `infix`"} # 22 hints
- ignore: {name: "Eta reduce"} # 116 hints
=======
- ignore: {name: "Avoid lambda"} # 47 hints
- ignore: {name: "Avoid lambda using `infix`"} # 23 hints
- ignore: {name: "Eta reduce"} # 124 hints
>>>>>>> d165dfda4 (Bump hlint warning counts)
- ignore: {name: "Evaluate"} # 10 hints
- ignore: {name: "Functor law"} # 10 hints
- ignore: {name: "Fuse concatMap/map"} # 3 hints
Expand All @@ -16,11 +22,19 @@
- ignore: {name: "Monoid law, right identity"} # 3 hints
- ignore: {name: "Move filter"} # 4 hints
- ignore: {name: "Move guards forward"} # 4 hints
<<<<<<< HEAD
- ignore: {name: "Redundant $"} # 175 hints
- ignore: {name: "Redundant $!"} # 1 hint
- ignore: {name: "Redundant <$>"} # 16 hints
- ignore: {name: "Redundant =="} # 1 hint
- ignore: {name: "Redundant bracket"} # 232 hints
=======
- ignore: {name: "Redundant $"} # 178 hints
- ignore: {name: "Redundant $!"} # 1 hint
- ignore: {name: "Redundant <$>"} # 16 hints
- ignore: {name: "Redundant =="} # 1 hint
- ignore: {name: "Redundant bracket"} # 240 hints
>>>>>>> d165dfda4 (Bump hlint warning counts)
- ignore: {name: "Redundant fmap"} # 1 hint
- ignore: {name: "Redundant guard"} # 2 hints
- ignore: {name: "Redundant if"} # 3 hints
Expand Down Expand Up @@ -54,7 +68,11 @@
=======
>>>>>>> 217f08ac5 (Follow hlint suggestion: use fewer imports)
- ignore: {name: "Use first"} # 4 hints
<<<<<<< HEAD
- ignore: {name: "Use fmap"} # 24 hints
=======
- ignore: {name: "Use fmap"} # 25 hints
>>>>>>> d165dfda4 (Bump hlint warning counts)
- ignore: {name: "Use fold"} # 1 hint
- ignore: {name: "Use for"} # 1 hint
- ignore: {name: "Use forM_"} # 1 hint
Expand All @@ -70,7 +88,11 @@
- ignore: {name: "Use isNothing"} # 1 hint
- ignore: {name: "Use lambda-case"} # 47 hints
- ignore: {name: "Use lefts"} # 1 hint
<<<<<<< HEAD
- ignore: {name: "Use list comprehension"} # 16 hints
=======
- ignore: {name: "Use list comprehension"} # 19 hints
>>>>>>> d165dfda4 (Bump hlint warning counts)
- ignore: {name: "Use list literal"} # 3 hints
- ignore: {name: "Use list literal pattern"} # 11 hints
- ignore: {name: "Use map once"} # 7 hints
Expand Down

0 comments on commit 655885b

Please sign in to comment.