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>2021-04-24 06:09:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-24 06:09:38 +0300
commit3ff77f7f70cea745600379a6d434b3aafa12de01 (patch)
tree00898538e0459f2d0c20dbba722a5868f9294f5c /.rubocop_todo.yml
parentcbb3bdad0677b0d7f6bf51b26be56a1bd049d0b1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index cffdd9ceebf..6c56ba3dd37 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -638,16 +638,6 @@ Rails/WhereEquals:
Rails/WhereExists:
Enabled: false
-# Offense count: 8
-# Cop supports --auto-correct.
-Security/YAMLLoad:
- Exclude:
- - 'lib/gitlab/redis/wrapper.rb'
- - 'lib/system_check/incoming_email/imap_authentication_check.rb'
- - 'spec/config/mail_room_spec.rb'
- - 'spec/initializers/secret_token_spec.rb'
- - 'spec/lib/gitlab/prometheus/additional_metrics_parser_spec.rb'
-
# Offense count: 240
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.