.rubocop.yml in
vagrant-orchestrate-0.2.1
vs .rubocop.yml in
vagrant-orchestrate-0.3.0
- old
+ new
@@ -14,5 +14,8 @@
StringLiterals: EnforcedStyle: double_quotes Style/FileName: Enabled: false
+
+Metrics/AbcSize:
+ Max: 100