diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-16 13:12:40 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-16 13:12:40 -0700 |
commit | 2e6561fe911dde9f62f71beea6d1b79a7e69a13d (patch) | |
tree | b46dbad8631d3c69dc2f758790ace5e67585837b | |
parent | fdaa56cbcd4f4cb905511f2a131018f2e123dd8a (diff) | |
download | pandoc-2e6561fe911dde9f62f71beea6d1b79a7e69a13d.tar.gz |
.hlint.yaml - fix more false positives for redundant brackets.
-rw-r--r-- | .hlint.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.hlint.yaml b/.hlint.yaml index 039e43562..213238458 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -46,6 +46,7 @@ - Text.Pandoc.Citeproc - Text.Pandoc.Citeproc.BibTeX - Text.Pandoc.Citeproc.MetaValue + - Text.Pandoc.Options - Text.Pandoc.App.Opt - Text.Pandoc.Extensions |