1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from Layout/EmptyLines fixed by previous revisions

git-svn-id: http://svn.redmine.org/redmine/trunk@18701 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-10-17 04:15:58 +00:00
parent bed54dd042
commit 35de9458c4

View 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.