summaryrefslogtreecommitdiff
path: root/compiler/.hlint.yaml
diff options
context:
space:
mode:
authorHécate <hecate+gitlab@glitchbra.in>2020-12-30 00:48:38 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-03-25 04:52:41 -0400
commit0029df2bd52aa7f93e2254a369428e4261e5d3ae (patch)
treeb16cb0ceae679a978177090f48e12836c0782886 /compiler/.hlint.yaml
parentaa99f516431745c5b9261db56a5ef4a3b333ce8c (diff)
downloadhaskell-0029df2bd52aa7f93e2254a369428e4261e5d3ae.tar.gz
Add compiler linting to CI
This commit adds the `lint:compiler` Hadrian target to the CI runner. It does also fixes hints in the compiler/ and libraries/base/ codebases.
Diffstat (limited to 'compiler/.hlint.yaml')
-rw-r--r--compiler/.hlint.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/.hlint.yaml b/compiler/.hlint.yaml
index 16e593d87c..a3b780ce62 100644
--- a/compiler/.hlint.yaml
+++ b/compiler/.hlint.yaml
@@ -7,7 +7,6 @@
- warn: {name: Use fewer LANGUAGE pragmas}
- warn: {name: Redundant return}
- warn: {name: Redundant True guards}
-- warn: {name: Redundant do}
- warn: {name: Redundant variable capture}
- warn: {name: Redundant void}
- warn: {name: Redundant as}