X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.rubocop_todo.yml;h=07f617efe28bee8fd0686928f6285dc7671fea54;hb=0dce1f018557ee3af7a20a206d8b72d0d2b826f3;hp=23d36faa4d7fd22e2a77cacad9d4c17a9fdaa625;hpb=c55a6ea90ac351e11b02bd0f9d6ae046e7b971bf;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 23d36fa..07f617e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,2 +1,33 @@ -GetText/DecorateString: - Enabled: false \ No newline at end of file +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2023-06-08 10:35:18 UTC using RuboCop version 1.48.1. +# 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: 6 +# This cop supports safe autocorrection (--autocorrect). +Lint/RedundantCopDisableDirective: + Exclude: + - 'lib/puppet/provider/apt_key/apt_key.rb' + - 'spec/unit/puppet/provider/apt_key_spec.rb' + +# Offense count: 204 +# Configuration parameters: EnforcedStyle, IgnoreSharedExamples. +# SupportedStyles: always, named_only +RSpec/NamedSubject: + Exclude: + - 'spec/classes/apt_backports_spec.rb' + - 'spec/classes/apt_spec.rb' + - 'spec/classes/apt_update_spec.rb' + - 'spec/defines/conf_spec.rb' + - 'spec/defines/key_compat_spec.rb' + - 'spec/defines/key_spec.rb' + - 'spec/defines/mark_spec.rb' + - 'spec/defines/pin_spec.rb' + - 'spec/defines/ppa_spec.rb' + - 'spec/defines/setting_spec.rb' + - 'spec/defines/source_compat_spec.rb' + - 'spec/defines/source_spec.rb' + - 'spec/unit/facter/apt_update_last_success_spec.rb'