Skip to content

Commit

Permalink
rubocop: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 18, 2023
1 parent 7285844 commit ab91462
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
---
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-08-18 06:31:59 UTC using RuboCop version 1.50.2.
# 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.

# Offense count: 24
# Configuration parameters: .
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
Enabled: false
EnforcedStyle: receive

# Offense count: 12
RSpec/StubbedMock:
Enabled: false
Exclude:
- 'spec/functions/cert_aia_caissuers_spec.rb'
- 'spec/functions/cert_date_valid_spec.rb'
- 'spec/unit/puppet/provider/ssl_pkey/openssl_spec.rb'
- 'spec/unit/puppet/provider/x509_cert/openssl_spec.rb'
- 'spec/unit/puppet/provider/x509_request/openssl_spec.rb'

0 comments on commit ab91462

Please sign in to comment.