Disable redundant brackets check in .hlint.yaml.
This commit is contained in:
parent
1ef3534328
commit
956355f821
1 changed files with 2 additions and 8 deletions
10
.hlint.yaml
10
.hlint.yaml
|
@ -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 <$>"
|
||||
|
|
Loading…
Add table
Reference in a new issue