diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9e1f2f4ff..fa442429a 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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' diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index d260015d3..5a852e1ea 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -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|