codeclimate / codeclimate-rubocop

Code Climate Engine for Rubocop
MIT License
59 stars 43 forks source link

Support rubocop-rake #228

Closed pkopac closed 4 years ago

pkopac commented 4 years ago

Requested in #217 I could use it in our project as well. When I include rubocop-rake in our .rubocop.yml require section, the rubocop step in codeclimate fails with:

/usr/local/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:117:in `require': cannot load such file -- rubocop-rake (LoadError)
...

Since this code runs separately from our codebase, I realized it doesn't matter what I include in our Gemfile. This gem must be included here.

pkopac commented 4 years ago

It would be great to release this in channel 0-80, do I have to open PR on that branch? Let me know ;)

filipesperandio commented 4 years ago

@pkopac sorry this is being so late... please, do so against the latest channel branch, doing that we can keep it in the new channels moving forward.