.rubocop_todo.yml in chef-provisioning-vsphere-2.0.9 vs .rubocop_todo.yml in chef-provisioning-vsphere-2.0.10
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2017-10-20 14:57:28 -0700 using RuboCop version 0.49.1.
+# on 2017-10-30 16:48:40 -0700 using RuboCop version 0.49.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
@@ -50,16 +50,16 @@
Max: 4
# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 627
+ Max: 638
# Offense count: 11
Metrics/CyclomaticComplexity:
Max: 12
-# Offense count: 138
+# Offense count: 140
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 189