aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
authorJoseph C. Sible <josephcsible@users.noreply.github.com>2020-05-05 11:45:32 -0400
committerGitHub <noreply@github.com>2020-05-05 08:45:32 -0700
commit761fcc8cae8f0702b36744628db8a5141f45c1f6 (patch)
tree01b1cecad10b3db3031fac3a6eda6cea53dd1274 /.hlint.yaml
parent1918944c9965fd87905e05cb7cfacd26d94f7da2 (diff)
downloadpandoc-761fcc8cae8f0702b36744628db8a5141f45c1f6.tar.gz
Remove unnecessary hlint ignores (#6341)
In modern hlint, the spurious parse errors are gone now that it no longer uses HSE, and it's also smart enough to avoid the bad "Use ==" suggestions itself.
Diffstat (limited to '.hlint.yaml')
-rw-r--r--.hlint.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.hlint.yaml b/.hlint.yaml
index cc4ee4fea..4c1aed2dd 100644
--- a/.hlint.yaml
+++ b/.hlint.yaml
@@ -58,10 +58,8 @@
- ignore: {name: "Eta reduce"}
- ignore: {name: "Evaluate"}
- ignore: {name: "Monad law, left identity", module: "Text.Pandoc.App.OutputSettings"}
-- ignore: {name: "Parse error"} # we trust the compiler over HLint
- ignore: {name: "Reduce duplication", module: "Text.Pandoc.Readers.Markdown"}
- ignore: {name: "Use &&&"}
-- ignore: {name: "Use =="} # Creates infinite loops in `EQ` using expressions
- ignore: {name: "Use String"}
- ignore: {name: "Use fmap"} # specific for GHC 7.8 compat
- ignore: {name: "Use forM_", module: "Text.Pandoc.Readers.DocBook"}