Skip to content

Add rubocop-performance gem

Giacomo Tenaglia requested to merge fix/rubocop-performance into master

This is needed to fix rubocop warnings in CI eg:

$ BUNDLE_GEMFILE=../ci/Gemfile bundle exec rake --rakefile ../ci/Rakefile ${RAKE_TARGET}
cannot load such file -- rubocop-performance
[...]
RuboCop failed!
Running RuboCop...

Together with that we add a Puppetlabs module to make sure they don't blow up.

Merge request reports