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/rubocop-ruby31.yml')
-rw-r--r--rubocop/rubocop-ruby31.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/rubocop/rubocop-ruby31.yml b/rubocop/rubocop-ruby31.yml
deleted file mode 100644
index 712c5a8f447..00000000000
--- a/rubocop/rubocop-ruby31.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# RuboCop configuration adjustments during the transition time from Ruby 3.0 to
-# Ruby 3.1.
-#
-# After the transition has been completed:
-# * Enable all disabled cops and resolve the offenses.
-# * Move all configuration which enabled or tweaked cops to .rubocop.yml.
-# * Remove all remaining configuration.
-
-# Short-hand Hash syntax does not work prior 3.1.
-Style/HashSyntax:
- EnforcedShorthandSyntax: never