From 5ae8b8e5865f7734a486f72cfe7fce74cbbec070 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Mar 2021 13:05:56 -0700 Subject: Update .hlint.yaml to avoid false positives on redundant brackets. These brackets are not redundant, it's a bug in hlint: $(deriveJSON ... ) --- .hlint.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.hlint.yaml') 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 <$>" -- cgit v1.2.3