From b7d0724b702f917c5300305fd174f01aad6cd194 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 14 Feb 2019 03:56:00 -0800 Subject: [PATCH] hlint: ignore some things used for readability [ci skip] --- .hlint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hlint.yaml b/.hlint.yaml index 3b87ed42f..96201e5ce 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -48,6 +48,9 @@ # - ignore: {name: Use const, within: SpecialModule} # Only within certain modules - ignore: {name: Use camelCase} +- ignore: {name: Redundant $} +- ignore: {name: Redundant bracket} +- ignore: {name: Redundant do} # Define some custom infix operators