aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
authorPhil de Joux <philderbeast@gmail.com>2022-05-03 07:15:46 -0400
committerGitHub <noreply@github.com>2022-05-03 13:15:46 +0200
commita7378415ecc24e9c212ecd320fe4a5b3658ecefe (patch)
tree8605d31666ba60e7a114f7d63d64f37489ead582 /.hlint.yaml
parent1a2df0b6932b8d47a3cdaf022d631913904291be (diff)
Follow hlint suggestion to remove redundant bang. (#1479)
Diffstat (limited to '.hlint.yaml')
-rw-r--r--.hlint.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.hlint.yaml b/.hlint.yaml
index e84b286e..0bfbd84f 100644
--- a/.hlint.yaml
+++ b/.hlint.yaml
@@ -12,7 +12,6 @@
- ignore: {name: "Move map inside list comprehension"} # 2 hints
- ignore: {name: "Redundant $"} # 11 hints
- ignore: {name: "Redundant <$>"} # 3 hints
-- ignore: {name: "Redundant bang pattern"} # 1 hint
- ignore: {name: "Redundant bracket"} # 44 hints
- ignore: {name: "Redundant id"} # 1 hint
- ignore: {name: "Redundant if"} # 3 hints