Actions
Refactor #19700
closedenable rubocop Performance/RedundantMerge and Performance/RedundantMatch
Description
changes lines such as:
not_found_message.merge! :message => optionsto:
not_found_message[:message] = options
and
converts str.match()to
str =~ ()
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4559 added
Updated by Ohad Levy over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset cabe2c2ef8c3ed193efb785a153861e27502b614.
Updated by Marek Hulán over 7 years ago
- Translation missing: en.field_release set to 240
Actions