Commit 0c37ea64 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add small improvements to code climate ci docs

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 5261047c
......@@ -5,7 +5,7 @@ GitLab CI and Docker.
First, you need GitLab Runner with [docker-in-docker executor][dind].
Once you setup the Runner, add a new job to `.gitlab-ci.yml`, called `codeclimate`:
Once you set up the Runner, add a new job to `.gitlab-ci.yml`, called `codeclimate`:
```yaml
codeclimate:
......
......@@ -9,7 +9,7 @@ can show the Code Climate report right in the merge request widget area.
![Code Quality Widget][quality-widget]
In order for the report to show in the merge request, you need to specify a
`codeclimate` job that will analyze the code and upload the resulting
`codeclimate` job (exact name) that will analyze the code and upload the resulting
`codeclimate.json` as an artifact. GitLab will then check this file and show
the information inside the merge request.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment