From ab9146274bc0f292cf99d86de4b39064ef332870 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 18 Aug 2023 08:30:23 +0200 Subject: [PATCH] rubocop: autofix --- .rubocop_todo.yml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0d929049..9473316a 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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'