Actions
Bug #7186
closedrubocop fails due to module name change
Description
Currently when running:
bundle exec rake katello:rubocop:jenkins TESTOPTS="-v"
which in turn runs:
bundle exec rubocop --require rubocop/formatter/checkstyle_formatter --format Rubocop::Formatter::CheckstyleFormatter --no-color --out rubocop.xml
this will fail with:
uninitialized constant Rubocop
as you can see here:
http://ci.theforeman.org/view/Katello/job/test_katello_rubocop/4800/console
It turns out rubocop changed their module name
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4598 added
- Pull request deleted (
)
Updated by Justin Sherrill over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|15df9d85211af2dd8cf38809617df3ad2b10d18b.
Actions