Disable redundant brackets check in .hlint.yaml.

This commit is contained in:
John MacFarlane 2021-03-16 16:01:30 -07:00
parent 1ef3534328
commit 956355f821

View file

@ -39,16 +39,10 @@
name: "Redundant return"
within: Text.Pandoc.Citeproc.BibTeX
# TODO: check
# With recent hlint this rule has given false positives on TH
- ignore:
name: "Redundant bracket"
within:
- Text.Pandoc.Citeproc
- Text.Pandoc.Citeproc.BibTeX
- Text.Pandoc.Citeproc.MetaValue
- Text.Pandoc.Options
- Text.Pandoc.App.Opt
- Text.Pandoc.Extensions
- ignore:
name: "Use <$>"