.rubocop.yml in vagrant-orchestrate-0.6.2 vs .rubocop.yml in vagrant-orchestrate-0.6.3
- old
+ new
@@ -1,9 +1,5 @@
-AllCops:
- Exclude:
- - '*.gemspec'
-
Metrics/LineLength:
Max: 120
Metrics/ClassLength:
Max: 150
@@ -20,5 +16,8 @@
Style/FileName:
Enabled: false
Metrics/AbcSize:
Max: 100
+
+RegexpLiteral:
+ MaxSlashes: 0