[commit: ghc] master: Only run check-makefiles.py linter in testsuite dir (7092b2d)
git at git.haskell.org
git at git.haskell.org
Fri Mar 22 04:01:13 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7092b2de6fb8f23e03c0be7bd23bf394e087fc00/ghc
>---------------------------------------------------------------
commit 7092b2de6fb8f23e03c0be7bd23bf394e087fc00
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Wed Mar 20 14:17:54 2019 +0000
Only run check-makefiles.py linter in testsuite dir
>---------------------------------------------------------------
7092b2de6fb8f23e03c0be7bd23bf394e087fc00
.gitlab/linters/check-makefiles.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab/linters/check-makefiles.py b/.gitlab/linters/check-makefiles.py
index c97838b..4e4924c 100755
--- a/.gitlab/linters/check-makefiles.py
+++ b/.gitlab/linters/check-makefiles.py
@@ -16,4 +16,4 @@ linters = [
]
if __name__ == '__main__':
- run_linters(linters) #$, subdir='testsuite')
+ run_linters(linters, subdir='testsuite')
More information about the ghc-commits
mailing list