.rubocop.yml in chef-provisioning-vsphere-2.0.5 vs .rubocop.yml in chef-provisioning-vsphere-2.0.6

- old
+ new

@@ -1,8 +1,10 @@ AllCops: Exclude: - "spec/**/*" - "vendor/**/*" - "pkg/**/*" + - "vsphere_testing/**/*" + - "examples/**/*" - "spec/unit/plugins/darwin/system_profiler_output.rb" inherit_from: .rubocop_todo.yml