From 22e60f1c61443a7efd8a2334f61556d19d6630be Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Apr 2020 21:10:00 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop_todo.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 344a880760e..bd0f9184cd6 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -613,18 +613,6 @@ Style/StringLiteralsInInterpolation: Style/SymbolProc: Enabled: false -# Offense count: 7 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, AllowSafeAssignment. -# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex -Style/TernaryParentheses: - Exclude: - - 'app/finders/projects_finder.rb' - - 'app/helpers/namespaces_helper.rb' - - 'lib/gitlab/ci/build/artifacts/metadata/entry.rb' - - 'spec/requests/api/pipeline_schedules_spec.rb' - - 'spec/support/capybara.rb' - # Offense count: 99 # Cop supports --auto-correct. Style/UnneededInterpolation: -- cgit v1.2.3