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/style/each_for_simple_loop.yml')
-rw-r--r--.rubocop_todo/style/each_for_simple_loop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo/style/each_for_simple_loop.yml b/.rubocop_todo/style/each_for_simple_loop.yml
new file mode 100644
index 00000000000..5d495f890d2
--- /dev/null
+++ b/.rubocop_todo/style/each_for_simple_loop.yml
@@ -0,0 +1,6 @@
+---
+# Cop supports --auto-correct.
+Style/EachForSimpleLoop:
+ Exclude:
+ - 'ee/spec/lib/gitlab/insights/reducers/count_per_period_reducer_spec.rb'
+ - 'spec/services/members/invitation_reminder_email_service_spec.rb'