diff --git a/.hlint.yaml b/.hlint.yaml index 957e3f106..94eb52344 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -22,8 +22,7 @@ # Ignore some builtin hints - ignore: {name: Use mappend} - ignore: {name: Redundant do} -# TODO: investigate whether cost-center analysis is better with lambda-case than it was -- ignore: {name: Use lambda-case} +- ignore: {name: Use lambda-case} # TODO: investigate whether cost-center analysis is better with lambda-case than it was - ignore: {name: Use fmap} # Our customized warnings