.hlint.yaml: ignore "Use <&>"

This commit is contained in:
John MacFarlane 2022-10-30 10:59:24 -07:00
parent 4f138b440b
commit 5dc2927c8a

View file

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