diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-16 13:05:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-16 13:05:56 -0700 |
commit | 5ae8b8e5865f7734a486f72cfe7fce74cbbec070 (patch) | |
tree | 1edd47b214b4d7b49e5f23093f4e6dae1f910ff2 | |
parent | 87538966a029358d42bc71ab0cd4c1ed9e125520 (diff) | |
download | pandoc-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 ... )
-rw-r--r-- | .hlint.yaml | 2 |
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 <$>" |