From: Toshi MARUYAMA Date: Fri, 22 Nov 2019 14:35:31 +0000 (+0000) Subject: rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from... X-Git-Tag: 4.2.0~1471 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19d0fe302b7856071c25908abbf9abee333ca727;p=redmine.git rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from Layout/ClosingHeredocIndentation and Layout/IndentHeredoc fixed by previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@19169 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1598c6e2d..59fc5d1ec 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -42,7 +42,6 @@ Layout/AlignHash: # Cop supports --auto-correct. Layout/ClosingHeredocIndentation: Exclude: - - 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb' - 'test/unit/lib/redmine/wiki_formatting_test.rb' # Cop supports --auto-correct. @@ -190,7 +189,6 @@ Layout/IndentFirstHashElement: # SupportedStyles: squiggly, active_support, powerpack, unindent Layout/IndentHeredoc: Exclude: - - 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb' - 'test/unit/lib/redmine/wiki_formatting_test.rb' # Cop supports --auto-correct.