Accept YamlProcessor::FeatureFlags usage as a used-feature-flag case
What does this MR do and why?
In rspec:feature-flags
job of our CI pipeline, we check the feature flag usage with Feature.enabled?
, Feature.disabled?
, and push_frontend_feature_flag
. However, it does not check the feature flag usage that we recently added YamlProcessor::FeatureFlags.enabled?
(!91252 (merged)).
In this MR, we cover this case.
First failure of this case: https://gitlab.com/gitlab-org/gitlab/-/jobs/2939404576, MR: !95390 (merged).
confirmation
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Furkan Ayhan