Skip to content

Commit

Permalink
issue-648: updated .rubocop_todo.yml (via rubocop --regenerate-todo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-W committed Dec 1, 2021
1 parent ba4bfa3 commit 7203bbe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/bosh_azure_cpi/.rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7203bbe

Please sign in to comment.