Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jul 23, 2024
1 parent af1869f commit 85eec1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/redmine_dmsf/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def self.present?(id)
# present.
# It is related especially to plugins made by AlphaNode and RedmineUP.
def self.an_obsolete_plugin_present?
plugins = %w[easyproject/easy_plugins/easy_money redmine_questions redmine_db redmine_passwords redmine_resources]
#redmine_products]
plugins = %w[easyproject/easy_plugins/easy_money redmine_questions redmine_db redmine_passwords redmine_resources
redmine_products]
plugins.each do |plugin|
return true if Plugin.present?(plugin)
end
Expand Down

0 comments on commit 85eec1a

Please sign in to comment.