.rubocop.yml in vagrant-orchestrate-0.7.2 vs .rubocop.yml in vagrant-orchestrate-0.8.0.pre.1
- old
+ new
@@ -14,7 +14,10 @@
EnforcedStyle: double_quotes
Style/FileName:
Enabled: false
+Style/RegexpLiteral:
+ Enabled: false
+
Metrics/AbcSize:
Max: 100