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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-13 21:09:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-13 21:09:16 +0300
commitd9aac35d79489591396456aceefa609de4b8b05c (patch)
tree3ef25ee74f8ba1a72771a519c912d5e239ff2bb8 /.rubocop_todo.yml
parentff430539d5299de3a066cb8397b302626761a745 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index f15d4c7f286..2f7f99dee13 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -303,6 +303,11 @@ Performance/Detect:
RSpec/ContextWording:
Enabled: false
+# Offense count: 626
+# Cop supports --auto-correct.
+RSpec/EmptyLineAfterLetBlock:
+ Enabled: false
+
# Offense count: 1121
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.