Skip to content

Commit

Permalink
Merge pull request #1500 from mixphix/nonempty-unzip
Browse files Browse the repository at this point in the history
add hlint rule for NonEmpty.unzip
  • Loading branch information
ndmitchell authored Jan 14, 2024
2 parents 1c32c0c + 47d9257 commit c17deb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,7 @@
- warn: {lhs: "[] /= x", rhs: not (null x), name: Use null}
- warn: {lhs: "\"\" /= x", rhs: not (null x), name: Use null}
- warn: {lhs: "maybe []", rhs: foldMap}
- warn: {lhs: "Data.List.NonEmpty.unzip", rhs: "Data.Functor.unzip", name: "Avoid NonEmpty.unzip", note: "Because the function is being deprecated"}

- group:
name: generalise-for-conciseness
Expand Down

0 comments on commit c17deb5

Please sign in to comment.