From 16719ce107c174b97da1b0e2730ff548aa39a4aa Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Thu, 31 Aug 2017 15:57:31 +0900 Subject: [PATCH] fix doc --- doc/ci/examples/code_climate.md | 4 +--- 1 file changed, 1 insertion(+), 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/