diff options
author | Ben Sima <ben@bsima.me> | 2020-12-24 00:48:26 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-24 00:48:26 -0500 |
commit | 20aad0c282c0c3bd685863252b3c464b7d74a9e8 (patch) | |
tree | 1b13e6d812358ca164a3861ba3b830d21f508a3f /.hlint.yaml | |
parent | 9acdd49be8c589cd766c81929599b00afb7a729d (diff) |
hlint fixes
Still calibrating my use of hlint.
Diffstat (limited to '.hlint.yaml')
-rw-r--r-- | .hlint.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.hlint.yaml b/.hlint.yaml index 3706180..a595d0f 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -71,7 +71,7 @@ note: 'Use `<.`' rhs: 'f <. g' -- hint: - lhs: 'f <. g' - note: 'Use `.>` for natural reading direction' - rhs: 'g .> f' +#- hint: +# lhs: 'f <. g' +# note: 'Use `.>` for natural reading direction' +# rhs: 'g .> f' |