hlint: autoformat, and add comment
This commit is contained in:
parent
f802270734
commit
9f145246db
1 changed files with 2959 additions and 2957 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue