1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-03 23:53:23 +00:00

rubocop: remove test/functional/issues_controller_test.rb from Layout/IndentHeredoc and Layout/IndentationConsistency fixed by r18593

git-svn-id: http://svn.redmine.org/redmine/trunk@18603 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-10-07 02:02:40 +00:00
parent cf0a40b28f
commit 3c5d5df196

View File

@ -58,7 +58,6 @@ Layout/BlockAlignment:
- 'app/models/principal.rb'
- 'app/models/project.rb'
- 'app/models/time_entry.rb'
- 'test/functional/issues_controller_test.rb'
- 'test/unit/lib/redmine/menu_manager/mapper_test.rb'
- 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
@ -295,7 +294,6 @@ Layout/IndentHeredoc:
Layout/IndentationConsistency:
Exclude:
- 'app/models/attachment.rb'
- 'test/functional/issues_controller_test.rb'
- 'test/functional/project_enumerations_controller_test.rb'
- 'test/helpers/application_helper_test.rb'
- 'test/integration/api_test/custom_fields_attribute_test.rb'