Skip to content

Commit

Permalink
Update .hlint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 4, 2025
1 parent 7f3ff8c commit cbb9311
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@


# Warnings currently triggered by your code
- ignore: {name: "Redundant bang pattern"}
- ignore: {name: "Use camelCase"}
- ignore: {name: "Use if"}
- ignore: {name: "Use newtype instead of data"}
- ignore: {name: "Use <$>"}
- ignore: {name: "Use mapMaybe"}
- ignore: {name: "Use const"}
- ignore: {name: "Use list comprehension"}
- ignore: {name: "Redundant multi-way if"}
- ignore: {name: "Redundant lambda"}
- ignore: {name: "Avoid lambda"}
- ignore: {name: "Use uncurry"}
- ignore: {name: "Use replicateM"}
- ignore: {name: "Use unless"}
- ignore: {name: "Redundant irrefutable pattern"}
- ignore: {name: "Avoid lambda"} # 11 hints
- ignore: {name: "Redundant irrefutable pattern"} # 18 hints
- ignore: {name: "Redundant lambda"} # 4 hints
- ignore: {name: "Redundant multi-way if"} # 8 hints
- ignore: {name: "Use <$>"} # 43 hints
- ignore: {name: "Use camelCase"} # 4 hints
- ignore: {name: "Use const"} # 1 hint
- ignore: {name: "Use list comprehension"} # 2 hints
- ignore: {name: "Use mapMaybe"} # 3 hints
- ignore: {name: "Use newtype instead of data"} # 20 hints
- ignore: {name: "Use uncurry"} # 1 hint
- ignore: {name: "Use unless"} # 7 hints


# Specify additional command line arguments
Expand Down Expand Up @@ -69,6 +66,9 @@
#
# Generalise map to fmap, ++ to <>
# - group: {name: generalise, enabled: true}
#
# Warn on use of partial functions
# - group: {name: partial, enabled: true}


# Ignore some builtin hints
Expand Down

0 comments on commit cbb9311

Please sign in to comment.