]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositor...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 13 Sep 2019 13:46:08 +0000 (13:46 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 13 Sep 2019 13:46:08 +0000 (13:46 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18466 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
test/functional/repositories_git_controller_test.rb

index 9e1f2f4ff5a1b23df584a040b38ea8f4aca4d435..fa442429a3a152081306ff3aed9b026b9714dbba 100644 (file)
@@ -300,7 +300,6 @@ Layout/IndentationConsistency:
     - 'app/models/attachment.rb'
     - 'test/functional/issues_controller_test.rb'
     - 'test/functional/project_enumerations_controller_test.rb'
-    - 'test/functional/repositories_git_controller_test.rb'
     - 'test/functional/repositories_mercurial_controller_test.rb'
     - 'test/helpers/application_helper_test.rb'
     - 'test/integration/api_test/custom_fields_attribute_test.rb'
index d260015d31ab61e1552e77662b8fd12b396c158c..5a852e1eac3ca0f4846ba27de00b9deeb1bb9fe2 100644 (file)
@@ -160,7 +160,7 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest
       @repository.fetch_changesets
       @project.reload
       assert_equal NUM_REV, @repository.changesets.count
-       [
+      [
         "tag00.lightweight",
         "tag01.annotated",
       ].each do |t1|