codeclimate / codeclimate-rubocop

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

Version 0.79 is released #219

Closed stefanahman closed 4 years ago

stefanahman commented 4 years ago

Please upgrade the codeclimate-rubocop version...

stefanahman commented 4 years ago

@filipesperandio 🙏

davehenton commented 4 years ago

Hi @stefanahman , sorry for the delay here!

Rubocop 0.79 is now available in Code Climate. To use this newer version, you'll need to commit a .codeclimate.yml with the following configuration:

plugins:
  rubocop:
    enabled: true
    channel: rubocop-0-79
stefanahman commented 4 years ago

@davehenton Thank you!