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.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop_todo/layout/space_around_operators.yml b/.rubocop_todo/layout/space_around_operators.yml
new file mode 100644
index 00000000000..9f6c0145723
--- /dev/null
+++ b/.rubocop_todo/layout/space_around_operators.yml
@@ -0,0 +1,5 @@
+---
+# Cop supports --auto-correct.
+Layout/SpaceAroundOperators:
+ Exclude:
+ - 'lib/gitlab/utils/strong_memoize.rb'