Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 12:11:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 12:11:05 +0300
commit3256c55b0f188227e27a4863532feee84e654911 (patch)
tree3bd6c8fa06179fd396b589c949198b98c3321e55 /rubocop
parent347c7a75172d5f1e14728950fd6ce7819dfc62ab (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop')
-rw-r--r--rubocop/cop/gitlab/feature_available_usage.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/cop/gitlab/feature_available_usage.rb b/rubocop/cop/gitlab/feature_available_usage.rb
index b50bdd8ca43..fafe6c35b5f 100644
--- a/rubocop/cop/gitlab/feature_available_usage.rb
+++ b/rubocop/cop/gitlab/feature_available_usage.rb
@@ -23,6 +23,7 @@ module RuboCop
operations
security_and_compliance
container_registry
+ environments
].freeze
EE_FEATURES = %i[requirements].freeze
ALL_FEATURES = (FEATURES + EE_FEATURES).freeze