.rubocop.yml in aptible-cli-0.4.4 vs .rubocop.yml in aptible-cli-0.5.0
- old
+ new
@@ -23,9 +23,12 @@
Enabled: false
PerceivedComplexity:
Enabled: false
+AbcSize:
+ Enabled: false
+
AllCops:
Include:
- !ruby/regexp /\.rb$/
- !ruby/regexp /\.rake$/
- !ruby/regexp /\.gemspec$/