aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-16 16:01:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-16 16:01:30 -0700
commit956355f8218c4cc0fd236688ab4f26de5dbb1b9c (patch)
tree0e388fc89a6ecd47c8b372202e23d4b0e072fd40 /.hlint.yaml
parent1ef35343288ae7cb1d074c6a25aa5e47fdc55da9 (diff)
downloadpandoc-956355f8218c4cc0fd236688ab4f26de5dbb1b9c.tar.gz
Disable redundant brackets check in .hlint.yaml.
Diffstat (limited to '.hlint.yaml')
-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 <$>"