.rubocop.yml in cyberarm_engine-0.19.0 vs .rubocop.yml in cyberarm_engine-0.19.1
- old
+ new
@@ -1,8 +1,8 @@
-Style/StringLiterals:
- EnforcedStyle: double_quotes
-
-Metrics/MethodLength:
- Max: 40
-
-Style/EmptyMethod:
+Style/StringLiterals:
+ EnforcedStyle: double_quotes
+
+Metrics/MethodLength:
+ Max: 40
+
+Style/EmptyMethod:
EnforcedStyle: expanded
\ No newline at end of file