aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hlint.yaml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.hlint.yaml b/.hlint.yaml
index 213238458..350794803 100644
--- a/.hlint.yaml
+++ b/.hlint.yaml
@@ -39,16 +39,10 @@
name: "Redundant return"
within: Text.Pandoc.Citeproc.BibTeX
-# TODO: check
+# With recent hlint this rule has given false positives on TH
- ignore:
name: "Redundant bracket"
- within:
- - Text.Pandoc.Citeproc
- - Text.Pandoc.Citeproc.BibTeX
- - Text.Pandoc.Citeproc.MetaValue
- - Text.Pandoc.Options
- - Text.Pandoc.App.Opt
- - Text.Pandoc.Extensions
+
- ignore:
name: "Use <$>"