Tristan Van Berkom pushed to branch master at BuildStream / buildstream
Commits:
-
5fb772b5
by Tristan Van Berkom at 2018-08-26T07:30:58Z
-
fa696307
by Tristan Van Berkom at 2018-08-26T08:10:59Z
1 changed file:
Changes:
... | ... | @@ -182,11 +182,9 @@ docs: |
182 | 182 |
# Post stage #
|
183 | 183 |
#####################################################
|
184 | 184 |
|
185 |
-# Check code quality with codeclimate
|
|
186 |
-# This needs some refactoring; we probably just want to provide the codeclimate.json directly
|
|
187 |
-# as an output of radon, with some conversion
|
|
185 |
+# Check code quality with gitlab's built-in feature.
|
|
188 | 186 |
#
|
189 |
-codequality:
|
|
187 |
+code_quality:
|
|
190 | 188 |
<<: *tests-condition
|
191 | 189 |
|
192 | 190 |
image: docker:stable
|
... | ... | @@ -204,7 +202,7 @@ codequality: |
204 | 202 |
--volume /var/run/docker.sock:/var/run/docker.sock
|
205 | 203 |
"registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
|
206 | 204 |
artifacts:
|
207 |
- paths: [codeclimate.json]
|
|
205 |
+ paths: [gl-code-quality-report.json]
|
|
208 | 206 |
|
209 | 207 |
analysis:
|
210 | 208 |
<<: *tests-condition
|