From 8bac080b8cc3aae63110b895677fa63e42dadc97 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 17 Oct 2019 16:39:55 +0000 Subject: code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting/textile/redcloth3.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18720 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4c56f5509..ba061adfb 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -917,11 +917,6 @@ Style/BlockDelimiters: Style/BracesAroundHashParameters: Enabled: false -# Cop supports --auto-correct. -Style/CharacterLiteral: - Exclude: - - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle. # SupportedStyles: nested, compact @@ -1225,7 +1220,6 @@ Style/ParenthesesAroundCondition: - 'lib/redmine/helpers/gantt.rb' - 'lib/redmine/scm/adapters/cvs_adapter.rb' - 'lib/redmine/scm/adapters/git_adapter.rb' - - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. -- cgit v1.2.3