From 20aad0c282c0c3bd685863252b3c464b7d74a9e8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 24 Dec 2020 00:48:26 -0500 Subject: hlint fixes Still calibrating my use of hlint. --- .hlint.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.hlint.yaml') 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' -- cgit v1.2.3