Skip to content

Commit

Permalink
Update rubocop requirement from = 0.81.0 to = 0.82.0 (#20)
Browse files Browse the repository at this point in the history
* Update rubocop requirement from = 0.81.0 to = 0.82.0

Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.81.0...v0.82.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Enable cops added in 0.82

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Matt Brictson <matt@mattbrictson.com>
  • Loading branch information
dependabot-preview[bot] and mattbrictson committed May 2, 2020
1 parent 14808de commit e468c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -25,6 +25,9 @@ Layout/LineLength:
Layout/SpaceAroundEqualsInParameterDefault:
EnforcedStyle: no_space

Layout/SpaceAroundMethodCallOperator:
Enabled: true

Lint/RaiseException:
Enabled: true

Expand Down Expand Up @@ -74,6 +77,9 @@ Style/DoubleNegation:
Style/EmptyMethod:
Enabled: false

Style/ExponentialNotation:
Enabled: true

Style/FormatStringToken:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion example.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest-ci", "~> 3.4"
spec.add_development_dependency "minitest-reporters", "~> 1.3"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rubocop", "0.81.0"
spec.add_development_dependency "rubocop", "0.82.0"
spec.add_development_dependency "rubocop-minitest", "0.9.0"
spec.add_development_dependency "rubocop-performance", "1.5.2"
end

0 comments on commit e468c4b

Please sign in to comment.