1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

rubocop: remove test/functional/project_enumerations_controller_test.rb from Layout/IndentationConsistency fixed by r18636

git-svn-id: http://svn.redmine.org/redmine/trunk@18639 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-10-09 07:39:13 +00:00
parent 39352f8208
commit 7427a19ce5

View File

@ -287,7 +287,6 @@ Layout/IndentHeredoc:
Layout/IndentationConsistency:
Exclude:
- 'app/models/attachment.rb'
- 'test/functional/project_enumerations_controller_test.rb'
- 'test/helpers/application_helper_test.rb'
- 'test/integration/api_test/custom_fields_attribute_test.rb'
- 'test/mocks/open_id_authentication_mock.rb'