Skip to content

Commit f7da444

Browse files
Update rubocop requirement from ~> 0.86.0 to ~> 0.87.1 (#7)
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.86.0...v0.87.1) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Qualie <[email protected]>
1 parent 8ed6812 commit f7da444

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Metrics/MethodLength:
1111
- test/**/*_test.rb
1212
Style/TrailingCommaInArguments:
1313
EnforcedStyleForMultiline: consistent_comma
14+
Style/AccessorGrouping:
15+
EnforcedStyle: separated
1416

1517
Layout/LineLength:
1618
Exclude:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gemspec
77

88
gem 'minitest', '~> 5.0'
99
gem 'rake', '~> 13.0'
10-
gem 'rubocop', '~> 0.86.0'
10+
gem 'rubocop', '~> 0.87.1'

0 commit comments

Comments
 (0)