[Git][ghc/ghc][wip/con-info] 2 commits: disable linters
Matthew Pickering
gitlab at gitlab.haskell.org
Mon Jun 8 16:16:00 UTC 2020
Matthew Pickering pushed to branch wip/con-info at Glasgow Haskell Compiler / GHC
Commits:
739738b1 by Matthew Pickering at 2020-06-08T17:15:38+01:00
disable linters
- - - - -
ed5b3c03 by Matthew Pickering at 2020-06-08T17:15:43+01:00
cleanup
- - - - -
2 changed files:
- .gitlab-ci.yml
- compiler/GHC/StgToCmm/Utils.hs
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -68,25 +68,6 @@ workflow:
# Linting
############################################################
-ghc-linters:
- stage: lint
- image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"
- script:
- - git fetch "$CI_MERGE_REQUEST_PROJECT_URL" $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- - base="$(git merge-base FETCH_HEAD $CI_COMMIT_SHA)"
- - "echo Linting changes between $base..$CI_COMMIT_SHA"
- # - validate-commit-msg .git $(git rev-list $base..$CI_COMMIT_SHA)
- - validate-whitespace .git $(git rev-list $base..$CI_COMMIT_SHA)
- - .gitlab/linters/check-makefiles.py commits $base $CI_COMMIT_SHA
- - .gitlab/linters/check-cpp.py commits $base $CI_COMMIT_SHA
- - .gitlab/linters/check-version-number.sh
- - python3 utils/checkUniques/check-uniques.py .
- dependencies: []
- tags:
- - lint
- rules:
- - if: $CI_MERGE_REQUEST_ID
-
# Run mypy Python typechecker on linter scripts.
lint-linters:
stage: lint
=====================================
compiler/GHC/StgToCmm/Utils.hs
=====================================
@@ -91,9 +91,6 @@ import GHC.Types.Unique.Map
import GHC.Types.Unique.FM
import Data.Maybe
import GHC.Core.DataCon
-import GHC.Types.Id
-import GHC.Types.Name.Set
-
-------------------------------------------------------------------------
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/2d22d5e495a7749a92f05404e07ec2c7fdcde38f...ed5b3c038bf7cae100b7e1ec881882c2aa88994e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/2d22d5e495a7749a92f05404e07ec2c7fdcde38f...ed5b3c038bf7cae100b7e1ec881882c2aa88994e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200608/ffee302b/attachment-0001.html>
More information about the ghc-commits
mailing list