Actions
Bug #22662
closed[rubocop] configure using TargetRubyVersion parameter, under AllCops
Difficulty:
trivial
Triaged:
Description
Offenses:
lib/foreman_maintain/cli/base.rb:95:72: E: unexpected token kDO
(Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
'Comma-separated list of labels of steps to be ignored' do |whitelist|
^^
lib/foreman_maintain/cli/base.rb:96:17: E: unexpected token tCONSTANT
(Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
raise ArgumentError, 'value not specified' if whitelist.nil? || whitelist.empty?
^^^^^^^^^^^^^
lib/foreman_maintain/cli/base.rb:109:1: E: unexpected token kEND
(Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
end
^^^
https://travis-ci.org/theforeman/foreman_maintain/jobs/344777783
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/144 added
Updated by Swapnil Abnave over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_maintain|17d02c63659f061bf4d6bfedffa1f67ea229165d.
Updated by Ivan Necas over 6 years ago
- Translation missing: en.field_release set to 348
Actions