Update .hlint.yaml to avoid false positives on redundant brackets.

These brackets are not redundant, it's a bug in hlint:

    $(deriveJSON ... )
This commit is contained in:
John MacFarlane 2021-03-16 13:05:56 -07:00
parent 87538966a0
commit 5ae8b8e586

View file

@ -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 <$>"