Steps on how to enable Code Quality widget in the pipeline:
Code Quality widget is only available for Gitlab EE.
Read here for more information: |
| Screenshots | Instructions | |
|---|---|---|
| In the root directory of your project, include the following block into the .codeclimate.yml. | |
| Input the following code into the .codeclimate.yml file. | |
| Execute the pipeline and you will see the "Code Quality" tab after the code quality has been executed.
|