cln: hlint: Remove Unused LANGUAGE pragma ignore.
This commit is contained in:
parent
7edcbe4be8
commit
d13ce0e134
@ -14,7 +14,6 @@
|
|||||||
- ignore: {name: "Redundant multi-way if"}
|
- ignore: {name: "Redundant multi-way if"}
|
||||||
- ignore: {name: "Use notElem"}
|
- ignore: {name: "Use notElem"}
|
||||||
- ignore: {name: "Use <$>"}
|
- ignore: {name: "Use <$>"}
|
||||||
- ignore: {name: "Unused LANGUAGE pragma"}
|
|
||||||
- ignore: {name: "Redundant bracket"}
|
- ignore: {name: "Redundant bracket"}
|
||||||
- ignore: {name: "Avoid reverse"}
|
- ignore: {name: "Avoid reverse"}
|
||||||
- ignore: {name: "Eta reduce"}
|
- ignore: {name: "Eta reduce"}
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
{-# LANGUAGE NamedFieldPuns #-}
|
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{-# LANGUAGE RecordWildCards #-}
|
{-# LANGUAGE RecordWildCards #-}
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
{-# LANGUAGE LambdaCase #-}
|
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{-# LANGUAGE RecordWildCards #-}
|
{-# LANGUAGE RecordWildCards #-}
|
||||||
{-|
|
{-|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user