summaryrefslogtreecommitdiff
path: root/rubocop
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-01 15:09:16 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-01 15:09:16 +0000
commit18d5458781b21dee4dbb8854c72c064e9bd808ed (patch)
tree73cfc86a9b77398a154ebabebc054b45d4aeb83d /rubocop
parenta21091270d45530468f8ac2f4f926fe1b9840b67 (diff)
downloadgitlab-ce-18d5458781b21dee4dbb8854c72c064e9bd808ed.tar.gz
Add latest changes from gitlab-org/gitlab@master
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