]> source.dussan.org Git - redmine.git/commit
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
authorGo MAEDA <maeda@farend.jp>
Wed, 20 Dec 2023 07:15:11 +0000 (07:15 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 20 Dec 2023 07:15:11 +0000 (07:15 +0000)
commitc51e4937e7c7abafec00c883f3d7e45e53e5175f
tree3fe1226454e64d021188f63db060aebd1764bc5a
parentb5527205907048d039c34d6fac2635f363ae4819
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@22530 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/helpers/application_helper.rb
app/models/issue.rb
app/models/issue_query.rb
app/models/mailer.rb
app/models/project_query.rb
app/models/time_entry_query.rb
app/models/user_query.rb
app/models/wiki_page.rb
config/initializers/10-patches.rb
lib/redmine/export/csv.rb
lib/redmine/menu_manager.rb
lib/redmine/wiki_formatting/common_mark/markdown_filter.rb
test/test_helper.rb