.rubocop.yml in roadie-rails-2.1.0 vs .rubocop.yml in roadie-rails-2.1.1
- old
+ new
@@ -25,11 +25,11 @@
EnforcedStyle: no_space
Style/Documentation:
Enabled: false
-Layout/IndentArray:
+Layout/FirstArrayElementIndentation:
EnforcedStyle: consistent
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
@@ -62,10 +62,10 @@
- '**/*.rake'
- 'spec/*_spec.rb'
- 'spec/**/*_spec.rb'
- 'spec/shared_examples/*.rb'
-Metrics/LineLength:
+Layout/LineLength:
IgnoredPatterns:
- '^\s*it\s' # Test names can be long
Exclude:
- roadie-rails.gemspec