.rubocop.yml in dear_inventory-0.7.5 vs .rubocop.yml in dear_inventory-1.0.0
- old
+ new
@@ -28,10 +28,16 @@
Lint/AmbiguousBlockAssociation:
Exclude:
- spec/**/*
+Lint/RaiseException:
+ Enabled: true
+
+Lint/StructNewOverride:
+ Enabled: true
+
Metrics/BlockLength:
Exclude:
- dear_inventory.gemspec
- spec/**/*
@@ -61,9 +67,18 @@
Style/Documentation:
Enabled: false
Style/GuardClause:
Enabled: false
+
+Style/HashEachMethods:
+ Enabled: true
+
+Style/HashTransformKeys:
+ Enabled: true
+
+Style/HashTransformValues:
+ Enabled: true
Style/LambdaCall:
Enabled: false
Style/NegatedIf: