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.yml')
-rw-r--r--.rubocop_todo.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 35778f056b4..d6982146426 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -323,6 +323,10 @@ Performance/Detect:
Performance/MethodObjectAsBlock:
Enabled: false
+# Offense count: 42
+Performance/OpenStruct:
+ Enabled: false
+
# Offense count: 18
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect.
@@ -376,6 +380,11 @@ RSpec/EmptyExampleGroup:
- 'ee/spec/services/personal_access_tokens/revoke_invalid_tokens_spec.rb'
- 'spec/services/projects/prometheus/alerts/notify_service_spec.rb'
+# Offense count: 1162
+# Cop supports --auto-correct.
+RSpec/EmptyLineAfterFinalLetItBe:
+ Enabled: false
+
# Offense count: 1428
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.