Skip to content

Commit

Permalink
HLint ignoring rules improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed May 28, 2024
1 parent 1881d35 commit ee1d49c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
- group: {name: generalise, enabled: true}
- functions:
- {name: undefined, within: []}
# Do not prohibit using more monomorphic functions
- ignore: {name: Use pure}
- ignore: {name: Use fmap}
- ignore: {name: Use traverse_}
- ignore: {name: "Use <>"}
# Do not enforce less explicit expressions
# and util functions consisting of single line of code
- ignore: {name: Use isNothing}
- ignore: {name: Use print}
- ignore: {name: Use null}
- ignore: {name: Use notElem}
- ignore: {name: Use unless}
- ignore: {name: Use fmap}
- ignore: {name: Use traverse_}
- ignore: {name: "Use asks"}
- ignore: {name: "Eta reduce"}

0 comments on commit ee1d49c

Please sign in to comment.