]> source.dussan.org Git - redmine.git/commit
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank...
authorGo MAEDA <maeda@farend.jp>
Sat, 25 Mar 2023 01:32:23 +0000 (01:32 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 25 Mar 2023 01:32:23 +0000 (01:32 +0000)
commit32d2b1c42f76c07e13bcf748b2071a29cf350606
treea178f5208bdb7f5e9a43dca6cdbc5ac144b59459
parentf27de353381a45427b6e38b87c973902de92484f
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank?` (#37248).

git-svn-id: https://svn.redmine.org/redmine/trunk@22152 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 files changed:
app/controllers/application_controller.rb
app/controllers/roles_controller.rb
app/controllers/trackers_controller.rb
app/helpers/custom_fields_helper.rb
app/models/auth_source_ldap.rb
app/models/import.rb
app/models/mail_handler.rb
app/models/query.rb
app/models/setting.rb
app/models/wiki_page.rb
app/views/common/feed.atom.builder
app/views/journals/index.builder
lib/redmine/plugin.rb
test/unit/project_copy_test.rb
test/unit/project_test.rb
test/unit/user_test.rb