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/