From 8d6507882622615b8e850f25d011c11b3980ac2e Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 20 Oct 2020 15:22:11 +0000 Subject: Fix RuboCop offense Style/For (#32530). git-svn-id: http://svn.redmine.org/redmine/trunk@20153 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8458b87ca..828010a53 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1041,14 +1041,6 @@ Style/EvalWithLocation: Style/ExpandPathArguments: Enabled: false -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. -# SupportedStyles: each, for -Style/For: - Exclude: - - 'lib/redmine/export/pdf/issues_pdf_helper.rb' - - 'lib/redmine/export/pdf/wiki_pdf_helper.rb' - # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: format, sprintf, percent -- cgit v1.2.3