cln: hlint: Remove Unused LANGUAGE pragma ignore.

This commit is contained in:
Stephen Morgan 2021-08-16 14:51:21 +10:00 committed by Simon Michael
parent 7edcbe4be8
commit d13ce0e134
3 changed files with 0 additions and 3 deletions

View File

@ -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"}

View File

@ -1,4 +1,3 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}

View File

@ -1,4 +1,3 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-|