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_todo/layout/space_around_operators.yml')
-rw-r--r--.rubocop_todo/layout/space_around_operators.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop_todo/layout/space_around_operators.yml b/.rubocop_todo/layout/space_around_operators.yml
index 9f6c0145723..1ddce55213e 100644
--- a/.rubocop_todo/layout/space_around_operators.yml
+++ b/.rubocop_todo/layout/space_around_operators.yml
@@ -1,5 +1,5 @@
---
-# Cop supports --auto-correct.
+# Cop supports --autocorrect.
Layout/SpaceAroundOperators:
Exclude:
- 'lib/gitlab/utils/strong_memoize.rb'