.rubocop.yml in active_model_serializers-0.10.1 vs .rubocop.yml in active_model_serializers-0.10.2
- old
+ new
@@ -1,9 +1,7 @@
-inherit_from: .rubocop_todo.yml
-
AllCops:
- TargetRubyVersion: 2.2
+ TargetRubyVersion: 2.1
Exclude:
- config/initializers/forbidden_yaml.rb
- !ruby/regexp /(vendor|bundle|bin|db|tmp)\/.*/
DisplayCopNames: true
DisplayStyleGuide: true
@@ -44,10 +42,10 @@
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/ClassAndModuleChildren:
- EnforcedStyle: compact
+ EnforcedStyle: nested
Style/Documentation:
Enabled: false
Style/MissingElse: