]> 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>
Thu, 17 Oct 2019 04:15:58 +0000 (04:15 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 17 Oct 2019 04:15:58 +0000 (04:15 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18701 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 222da6adc7bec4120f826765d7bdf5f6f58a7348..937bc2e8cb8ea390ef9170f8eecd09af95441d3f 100644 (file)
@@ -129,7 +129,6 @@ Layout/EmptyLines:
     - 'test/functional/activities_controller_test.rb'
     - 'test/functional/project_enumerations_controller_test.rb'
     - 'test/helpers/application_helper_test.rb'
-    - 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb'
     - 'test/unit/query_test.rb'
 
 # Cop supports --auto-correct.