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:
Diffstat (limited to 'rubocop')
-rw-r--r--rubocop/cop/rspec/invalid_feature_category.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/rspec/invalid_feature_category.rb b/rubocop/cop/rspec/invalid_feature_category.rb
index f0789a71d63..4d658fdc36f 100644
--- a/rubocop/cop/rspec/invalid_feature_category.rb
+++ b/rubocop/cop/rspec/invalid_feature_category.rb
@@ -64,7 +64,7 @@ module RuboCop
end
# Used by RuboCop to invalidate its cache if the contents of
- # config/feature_categories.json changes.
+ # config/feature_categories.yml changes.
def external_dependency_checksum
@external_dependency_checksum ||=
Digest::SHA256.file(FEATURE_CATEGORIES_PATH).hexdigest