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

rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentationConsistency fixed by previous revisions

git-svn-id: http://svn.redmine.org/redmine/trunk@18563 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-09-30 10:59:13 +00:00
parent b3955c935e
commit 90d7d58728

View File

@ -286,7 +286,6 @@ Layout/IndentationConsistency:
- 'test/functional/project_enumerations_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb'
- 'test/helpers/application_helper_test.rb' - 'test/helpers/application_helper_test.rb'
- 'test/integration/api_test/custom_fields_attribute_test.rb' - 'test/integration/api_test/custom_fields_attribute_test.rb'
- 'test/integration/api_test/issues_test.rb'
- 'test/mocks/open_id_authentication_mock.rb' - 'test/mocks/open_id_authentication_mock.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.