We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed6812 commit f7da444Copy full SHA for f7da444
.rubocop.yml
@@ -11,6 +11,8 @@ Metrics/MethodLength:
11
- test/**/*_test.rb
12
Style/TrailingCommaInArguments:
13
EnforcedStyleForMultiline: consistent_comma
14
+Style/AccessorGrouping:
15
+ EnforcedStyle: separated
16
17
Layout/LineLength:
18
Exclude:
Gemfile
@@ -7,4 +7,4 @@ gemspec
7
8
gem 'minitest', '~> 5.0'
9
gem 'rake', '~> 13.0'
10
-gem 'rubocop', '~> 0.86.0'
+gem 'rubocop', '~> 0.87.1'
0 commit comments