.rubocop.yml in evil-struct-0.0.2 vs .rubocop.yml in evil-struct-0.0.3
- old
+ new
@@ -15,24 +15,13 @@
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
+Style/ModuleFunction:
+ Enabled: false
+
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
-
-# Settings for Struct#hashify
-
-Metrics/CyclomaticComplexity:
- Max: 7
-
-Metrics/AbcSize:
- Max: 17.12
-
-Metrics/MethodLength:
- Max: 15
-
-Metrics/PerceivedComplexity:
- Max: 8