From 7203bbe77c30452f10e69daae46c7610d7568fbd Mon Sep 17 00:00:00 2001 From: Justin Webster Date: Tue, 30 Nov 2021 17:02:57 -0800 Subject: [PATCH] issue-648: updated .rubocop_todo.yml (via `rubocop --regenerate-todo`) --- src/bosh_azure_cpi/.rubocop_todo.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/bosh_azure_cpi/.rubocop_todo.yml b/src/bosh_azure_cpi/.rubocop_todo.yml index 31e848b6a..2d76e0418 100644 --- a/src/bosh_azure_cpi/.rubocop_todo.yml +++ b/src/bosh_azure_cpi/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2021-12-01 00:59:10 UTC using RuboCop version 1.23.0. +# on 2021-12-01 01:02:33 UTC using RuboCop version 1.23.0. # 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 @@ -530,6 +530,14 @@ RSpec/ExampleLength: RSpec/ExampleWording: Enabled: false +# Offense count: 7 +# Cop supports --auto-correct. +RSpec/ExcessiveDocstringSpacing: + Exclude: + - 'spec/unit/vm_manager/create/application_security_group_spec.rb' + - 'spec/unit/vm_manager/create/dynamic_public_ip_spec.rb' + - 'spec/unit/vm_manager/create/network_security_group_spec.rb' + # Offense count: 14 RSpec/ExpectInHook: Exclude: