Asana / ruby-asana

Official Ruby client library for the Asana API v1
MIT License
77 stars 54 forks source link

Upgrade rubocop and rubocop-rspec to the latest versions #156

Closed igor-alexandrov closed 1 year ago

igor-alexandrov commented 1 year ago

@jv-asana I updated rubocop and rubocop-rspec to the latest versions.

Also your existing .rubocop.yml has an explicit Include: config setting which is targeted only to the Rakefile (https://github.com/Asana/ruby-asana/blob/master/.rubocop.yml#L3). This means that currently rubocop checks only Rakefile and nothing more. I removed it (existing Rubocop default config already includes Rakefile: https://github.com/rubocop/rubocop/blob/master/config/default.yml) and after this I had to fix all offenses (that were ignored) over the project codebase.

igor-alexandrov commented 1 year ago

Got it, let's make Asana gem better together!