diff options
Diffstat (limited to '.hlint.yaml')
-rw-r--r-- | .hlint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.hlint.yaml b/.hlint.yaml index 0bfbd84f..1a737166 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -20,7 +20,7 @@ - ignore: {name: "Redundant return"} # 1 hint - ignore: {name: "Replace case with fromMaybe"} # 2 hints - ignore: {name: "Replace case with maybe"} # 4 hints -- ignore: {name: "Unused LANGUAGE pragma"} # 21 hints +- ignore: {name: "Unused LANGUAGE pragma"} # 10 hints - ignore: {name: "Use $>"} # 4 hints - ignore: {name: "Use ++"} # 3 hints - ignore: {name: "Use :"} # 3 hints |