.rubocop.yml in mache-1.0.1 vs .rubocop.yml in mache-2.0.0
- old
+ new
@@ -4,14 +4,20 @@
- "mache.gemspec"
Metrics/BlockLength:
ExcludedMethods: describe
+Style/BlockDelimiters:
+ Enabled: false
+
Style/Documentation:
Exclude:
- "spec/**/*"
-Style/StringLiterals:
- EnforcedStyle: double_quotes
-
Style/FrozenStringLiteralComment:
Enabled: false
+
+Style/SpaceInsideHashLiteralBraces:
+ Enabled: false
+
+Style/StringLiterals:
+ EnforcedStyle: double_quotes