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: - arguments:
- "-XConstraintKinds" - "-XConstraintKinds"
- "-XDeriveGeneric" - "-XDeriveGeneric"
@ -1793,7 +1795,7 @@
lhs: Data.Function.on lhs: Data.Function.on
name: "Use 'on' from Relude" name: "Use 'on' from Relude"
note: "'on' is already exported from Relude" note: "'on' is already exported from Relude"
rhs: 'on' rhs: "on"
- warn: - warn:
lhs: Data.Bifunctor.Bifunctor lhs: Data.Bifunctor.Bifunctor
name: "Use 'Bifunctor' from Relude" name: "Use 'Bifunctor' from Relude"