rubocop: remove test/unit/repository_git_test.rb from Layout/IndentFirstArrayElement fixed by previous revisions

git-svn-id: http://svn.redmine.org/redmine/trunk@19142 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-21 12:47:03 +00:00
parent 78089bf053
commit 81a8e8b398

View File

@@ -177,7 +177,6 @@ Layout/IndentFirstArrayElement:
- 'test/unit/lib/redmine/scm/adapters/git_adapter_test.rb'
- 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
- 'test/unit/project_test.rb'
- 'test/unit/repository_git_test.rb'
- 'test/unit/version_test.rb'
# Cop supports --auto-correct.