aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-16 13:05:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-16 13:05:56 -0700
commit5ae8b8e5865f7734a486f72cfe7fce74cbbec070 (patch)
tree1edd47b214b4d7b49e5f23093f4e6dae1f910ff2 /.hlint.yaml
parent87538966a029358d42bc71ab0cd4c1ed9e125520 (diff)
downloadpandoc-5ae8b8e5865f7734a486f72cfe7fce74cbbec070.tar.gz
Update .hlint.yaml to avoid false positives on redundant brackets.
These brackets are not redundant, it's a bug in hlint: $(deriveJSON ... )
Diffstat (limited to '.hlint.yaml')
-rw-r--r--.hlint.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hlint.yaml b/.hlint.yaml
index e482b2b37..039e43562 100644
--- a/.hlint.yaml
+++ b/.hlint.yaml
@@ -46,6 +46,8 @@
- Text.Pandoc.Citeproc
- Text.Pandoc.Citeproc.BibTeX
- Text.Pandoc.Citeproc.MetaValue
+ - Text.Pandoc.App.Opt
+ - Text.Pandoc.Extensions
- ignore:
name: "Use <$>"