From 1c9afffa29584c92bf1bb73c005f69c6875808e6 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 16 May 2022 12:07:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop_todo.yml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 25d544ee03f..88694e05229 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,17 +6,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 1 -Gitlab/PolicyRuleBoolean: - Exclude: - - 'ee/app/policies/ee/identity_provider_policy.rb' - -# Configuration parameters: Include. -# Include: db/migrate/*.rb -Rails/CreateTableWithTimestamps: - Enabled: false - -# Offense count: 354 # Configuration parameters: Include. # Include: app/models/**/*.rb Rails/HasManyOrHasOneDependent: @@ -26,10 +15,3 @@ Rails/HasManyOrHasOneDependent: # Cop supports --auto-correct. Style/CaseLikeIf: Enabled: false - -# Offense count: 205 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. -# SupportedStyles: compact, expanded -Style/EmptyMethod: - Enabled: false -- cgit v1.2.1