Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to rubocop 0.76 #163

Merged
merged 18 commits into from Nov 13, 2019
3 changes: 3 additions & 0 deletions rubocop-airbnb/config/rubocop-gemspec.yml
Expand Up @@ -7,3 +7,6 @@ Gemspec/RequiredRubyVersion:
Enabled: false
Include:
- '**/*.gemspec'

Gemspec/RubyVersionGlobalsUsage:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is enabled by default -- is it worth explicitly enabling here or should we just use the rubocop default settings?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's explicitly enable it here for clarity. I don't know where the Rubocop defaults are set but I see tons of enabled cops in our configs that are probably also enabled by default.

Enabled: true