summaryrefslogtreecommitdiff
path: root/linters/lint-whitespace/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'linters/lint-whitespace/Main.hs')
-rw-r--r--linters/lint-whitespace/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/linters/lint-whitespace/Main.hs b/linters/lint-whitespace/Main.hs
index f1657c4f40..6829e822d6 100644
--- a/linters/lint-whitespace/Main.hs
+++ b/linters/lint-whitespace/Main.hs
@@ -251,7 +251,7 @@ hasSuffix fn = any (`T.isSuffixOf` fn) suffixes
suffixes = T.words ".hs .hsc .lhs .cabal .c .h .lhs-boot .hs-boot .x .y"
autogenFiles :: [ Text ]
-autogenFiles = [ "WCsubst.c", "iconv.c", "Table.hs" ]
+autogenFiles = [ "iconv.c", "Table.hs" ]
ignoredPrefixes :: [Text]
ignoredPrefixes = [ "testsuite/", "libraries/base/tests"