.hlint.yaml: ignore "Use <&>"
This commit is contained in:
parent
4f138b440b
commit
5dc2927c8a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
- ignore: {name: "Use camelCase"}
|
||||
- ignore: {name: "Use fmap"} # specific for GHC 7.8 compat
|
||||
- ignore: {name: "Use isDigit"}
|
||||
|
||||
- ignore: {name: "Use <&>"}
|
||||
- ignore:
|
||||
name: "Monad law, left identity"
|
||||
within: Text.Pandoc.App.OutputSettings
|
||||
|
|
Loading…
Add table
Reference in a new issue