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:
|
||||
- "-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"
|
||||
|
|
Loading…
Reference in a new issue