summaryrefslogtreecommitdiff
path: root/compiler/.hlint.yaml
diff options
context:
space:
mode:
authorHécate <hecate+gitlab@glitchbra.in>2020-09-22 20:35:49 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-10 14:49:59 -0400
commitea59fd4d0abe73e1127dcdd91855a39232e62d41 (patch)
tree8860a8eb4357979680c43362251b2b733661e7e4 /compiler/.hlint.yaml
parent5884fd325248e75d40c9da431b4069e43a2c182c (diff)
downloadhaskell-ea59fd4d0abe73e1127dcdd91855a39232e62d41.tar.gz
Lint the compiler for extraneous LANGUAGE pragmas
Diffstat (limited to 'compiler/.hlint.yaml')
-rw-r--r--compiler/.hlint.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/.hlint.yaml b/compiler/.hlint.yaml
new file mode 100644
index 0000000000..6ebe02e94c
--- /dev/null
+++ b/compiler/.hlint.yaml
@@ -0,0 +1,7 @@
+# HLint configuration file
+# https://github.com/ndmitchell/hlint
+##########################
+
+- ignore: {}
+- warn: {name: Unused LANGUAGE pragma}
+- warn: {name: Use fewer LANGUAGE pragmas}