]> source.dussan.org Git - redmine.git/commitdiff
rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 22 Nov 2019 14:35:31 +0000 (14:35 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 22 Nov 2019 14:35:31 +0000 (14:35 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19169 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 1598c6e2d83bdc34e2888197b9d91e0dec156367..59fc5d1ec02835b1e92450e14c0f953951084250 100644 (file)
@@ -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.