diff options
Diffstat (limited to '.hlint.yaml')
-rw-r--r-- | .hlint.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.hlint.yaml b/.hlint.yaml index e84b286e..0bfbd84f 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -12,7 +12,6 @@ - ignore: {name: "Move map inside list comprehension"} # 2 hints - ignore: {name: "Redundant $"} # 11 hints - ignore: {name: "Redundant <$>"} # 3 hints -- ignore: {name: "Redundant bang pattern"} # 1 hint - ignore: {name: "Redundant bracket"} # 44 hints - ignore: {name: "Redundant id"} # 1 hint - ignore: {name: "Redundant if"} # 3 hints |