Skip to content

Put .gitlab-ci.yml linting in IDE behind a feature flag

Himanshu Kapoor requested to merge 218472-feature-flag into master

What does this MR do?

Issue: #218472 (closed)

This is needed so that we turn on the feature flag only for GitLab.com and turn it off for self-managed by default. Since this feature sends a request to a third party URL, some self-managed hosts may not like it much.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Himanshu Kapoor

Merge request reports