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:
parent
87538966a0
commit
5ae8b8e586
1 changed files with 2 additions and 0 deletions
|
@ -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 <$>"
|
||||
|
|
Loading…
Add table
Reference in a new issue