From dc8815f375b08dd2e46e46ba761c2e17396070ee Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 15 Oct 2019 12:10:37 +0000 Subject: [PATCH] rubocop: remove lib/redmine/wiki_formatting/textile/redcloth3.rb from Style/OneLineConditional fixed by r18680 git-svn-id: http://svn.redmine.org/redmine/trunk@18681 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fed9e59e5..bfdea79cb 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1256,11 +1256,6 @@ Style/NumericLiterals: Style/NumericPredicate: Enabled: false -# Cop supports --auto-correct. -Style/OneLineConditional: - Exclude: - - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - # Cop supports --auto-correct. Style/OrAssignment: Exclude: