From 9c28b22cfc7b2b9306b9c72d53f5c88c3129eb67 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 29 Mar 2022 15:09:53 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop_todo.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2dc69925710..001b3e376bb 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -544,15 +544,6 @@ Style/Lambda: Style/MissingRespondToMissing: Enabled: false -# Offense count: 5 -Style/MixinUsage: - Exclude: - - 'spec/factories/ci/builds.rb' - - 'spec/factories/ci/job_artifacts.rb' - - 'spec/factories/lfs_objects.rb' - - 'spec/factories/notes.rb' - - 'spec/lib/gitlab/import_export/version_checker_spec.rb' - # Offense count: 35 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, MinBodyLength. @@ -603,13 +594,6 @@ Style/SingleArgumentDig: Style/SoleNestedConditional: Enabled: false -# Offense count: 120 -# Cop supports --auto-correct. -# Configuration parameters: . -# SupportedStyles: use_perl_names, use_english_names -Style/SpecialGlobalVars: - EnforcedStyle: use_perl_names - # Offense count: 562 # Cop supports --auto-correct. Style/StringConcatenation: -- cgit v1.2.1