diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-08-31 15:57:31 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-08-31 15:57:31 +0900 |
commit | 16719ce107c174b97da1b0e2730ff548aa39a4aa (patch) | |
tree | ff6368d0d241e136655ad7cf05c8fa9dffb16a39 | |
parent | 9dd8af01fee78b828cfe3b6c8395a57d7a3d011a (diff) | |
download | gitlab-ce-feature/sm/2783-rename-codeclimate-to-codequality-ce.tar.gz |
-rw-r--r-- | doc/ci/examples/code_climate.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ci/examples/code_climate.md b/doc/ci/examples/code_climate.md index b9963995ca7..4d0ba8bfef3 100644 --- a/doc/ci/examples/code_climate.md +++ b/doc/ci/examples/code_climate.md @@ -5,7 +5,7 @@ GitLab CI and Docker. First, you need GitLab Runner with [docker-in-docker executor][dind]. -Once you set up the Runner, add a new job to `.gitlab-ci.yml`, called `codequality` or `codeclimate`(DEPRECATED[^1]): +Once you set up the Runner, add a new job to `.gitlab-ci.yml`, called `codequality`: ```yaml codequality: @@ -29,8 +29,6 @@ For GitLab [Enterprise Edition Starter][ee] users, this information can be autom extracted and shown right in the merge request widget. [Learn more on code quality diffs in merge requests](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html). -[^1]: This is scheduled to be removed in 11.0. - [cli]: https://github.com/codeclimate/codeclimate [dind]: ../docker/using_docker_build.md#use-docker-in-docker-executor [ee]: https://about.gitlab.com/gitlab-ee/ |