summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHécate <hecate+gitlab@glitchbra.in>2020-10-15 15:17:43 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-17 22:04:38 -0400
commitd858a3aebee5adc447556b668b65b6e46370d8c0 (patch)
tree925b6005338077d48e1aa919e331949f2a717111
parenta91dcb669b3b221c51e8ba8bb85b7ae9806bc4ca (diff)
downloadhaskell-d858a3aebee5adc447556b668b65b6e46370d8c0.tar.gz
Linting corrections
* Bring back LANGUAGE pragmas in GHC.IO.Handle.Lock.Windows * Exclude some modules that are wrongfully reported
-rw-r--r--libraries/base/.hlint.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/.hlint.yaml b/libraries/base/.hlint.yaml
index 670eb5f6fb..55cd9f3fa1 100644
--- a/libraries/base/.hlint.yaml
+++ b/libraries/base/.hlint.yaml
@@ -23,7 +23,7 @@
# lints that we otherwise want applied elsewhere. Such exceptions are listed
# below.
-- ignore: {name: Unused LANGUAGE pragma, within: [GHC.IO.Encoding.CodePage]}
+- ignore: {name: Unused LANGUAGE pragma, within: [GHC.IO.Encoding.CodePage, GHC.IO.Handle.Lock.Windows, GHC.Event.KQueue]}
- ignore: {name: Redundant do, within: [GHC.IO.Handle.Text.commitBuffer]}
- ignore: {name: Use fewer imports, within: [GHC.Windows]}
- ignore: {name: Use fewer imports, within: [GHC.Event.Control]}