Dogfood bring-your-own Code Quality for gitlab-org/gitlab

In support of New direction for Code Quality scanning , we can start dogfooding the bring-your-own tool for gitlab-org/gitlab by integrating some, if not all, of our linters with our Code Quality feature.

An incomplete list of linters we could move over:

In the first iterations of implementing custom versions of tools that were being covered by Code Climate via the vendored template (for Ruby, JavaScript, and Go), we will implement separate jobs to avoid collision with existing jobs. For example, instead of adding on to the existing rubocop job, we will implement a rubocop_code_quality job. We will likely combine the rubocop and rubocop_code_quality jobs in the future.

Implementing these replacements will allow us to stop using the vendored Code Quality template internally.

We can follow the docs at https://docs.gitlab.com/ee/ci/testing/code_quality.html#implement-a-custom-tool and make updates as necessary.

Edited by Connor Gilbert