Docs feedback: Code Quality page has wrong instructions
Link the doc and describe what is wrong with it.
https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html
I tried adding as per above doc the following to my gitlab-ci.yml file:
include: template: Jobs/Code-Quality.gitlab-ci.yml
and the above is what is applied as a template in gitlab's online gitlab-ci.yml editor which has the Jobs path to the template where as the gitlab doc above doesn't mention that. Which is correct?
When I try the above include: statement the CI Lint fails with:
Status: syntax is incorrect
Error: code_quality job: stage parameter should be dev_build, dev_prepare_env, dev_qa, artifact_deploy, test_feature_prepare_env, test_feature_qa, test_feature_cleanup_env, uat, staging, production, support, manual_schema_delete
What do I do?