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: "Use notElem"}
|
||||
- ignore: {name: "Use <$>"}
|
||||
- ignore: {name: "Unused LANGUAGE pragma"}
|
||||
- ignore: {name: "Redundant bracket"}
|
||||
- ignore: {name: "Avoid reverse"}
|
||||
- ignore: {name: "Eta reduce"}
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
{-|
|
||||
|
||||
Loading…
Reference in New Issue
Block a user