]> source.dussan.org Git - redmine.git/commit
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performance...
authorGo MAEDA <maeda@farend.jp>
Wed, 29 Dec 2021 06:12:27 +0000 (06:12 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 29 Dec 2021 06:12:27 +0000 (06:12 +0000)
commitb6a26a60f3d425f340adc76e27d38c19505f254c
tree14475ea267754be1db511bff8ea1cfbf8901faef
parent52aef905ff92ebb34b7b6dbf870405f2351b41b4
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performance 1.13.0 (#35142).

git-svn-id: http://svn.redmine.org/redmine/trunk@21330 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/controllers/gantts_controller.rb
app/models/issue.rb
app/models/journal.rb
app/models/query.rb
lib/redmine/field_format.rb
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/utils.rb
test/functional/issues_controller_test.rb
test/functional/my_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/roles_controller_test.rb
test/functional/timelog_controller_test.rb
test/integration/lib/redmine/field_format/attachment_format_test.rb
test/unit/journal_test.rb
test/unit/lib/redmine/helpers/gantt_test.rb
test/unit/lib/redmine/safe_attributes_test.rb
test/unit/query_test.rb