Skip to content

Add DeepCode integration.

What does this MR do?

This merge requests adds integration with DeepCode, a tool that provides artificial intelligence code reviews.

The integration allows GitLab users to:

  • Get automatically generated comments on their merge requests with DeepCode analyis results.
  • Configure GitLab CI to only pass builds that have no critical issues (according to DeepCode).
  • View their code from GitLab in the DeepCode web application together with DeepCode's suggestions on how to improve their code.

Disclaimer: This is our first merge request here.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

This is an example of the comments that DeepCode makes on merge requests:

deepcode_merge_request_comment

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports