.rubocop.yml in mongo-ejson-0.2.6 vs .rubocop.yml in mongo-ejson-0.2.7
- old
+ new
@@ -1,8 +1,9 @@
inherit_from: .rubocop_todo.yml
AllCops:
+ NewCops: enable
Exclude:
- 'src/**/*'
- 'vendor/bundle/**/*'
Metrics/LineLength:
@@ -25,10 +26,13 @@
- '*.gemspec'
ExcludedMethods:
- describe
Style/FrozenStringLiteralComment:
- EnforcedStyle: when_needed
+ EnforcedStyle: never
-Layout/AlignHash:
+Style/ExponentialNotation:
+ Enabled: false
+
+Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table