hlint: autoformat, and add comment

This commit is contained in:
Sridhar Ratnakumar 2022-09-03 10:27:25 -04:00
parent f802270734
commit 9f145246db

View file

@ -1,3 +1,5 @@
# Relude's .hlint.yaml goes here:
# https://github.com/kowainik/relude/blob/main/.hlint.yaml
- arguments:
- "-XConstraintKinds"
- "-XDeriveGeneric"
@ -1793,7 +1795,7 @@
lhs: Data.Function.on
name: "Use 'on' from Relude"
note: "'on' is already exported from Relude"
rhs: 'on'
rhs: "on"
- warn:
lhs: Data.Bifunctor.Bifunctor
name: "Use 'Bifunctor' from Relude"