Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0c37ea64
Commit
0c37ea64
authored
Jun 02, 2017
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add small improvements to code climate ci docs
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
5261047c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/ci/examples/code_climate.md
doc/ci/examples/code_climate.md
+1
-1
doc/user/project/merge_requests/code_quality_diff.md
doc/user/project/merge_requests/code_quality_diff.md
+1
-1
No files found.
doc/ci/examples/code_climate.md
View file @
0c37ea64
...
...
@@ -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
:
...
...
doc/user/project/merge_requests/code_quality_diff.md
View file @
0c37ea64
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment