Release prep v9.1.0
[puppet-modules/puppetlabs-apt.git] / .rubocop_todo.yml
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2023-06-08 10:35:18 UTC using RuboCop version 1.48.1.
4 # The point is for the user to remove these configuration records
5 # one by one as the offenses are removed from the code base.
6 # Note that changes in the inspected code, or installation of new
7 # versions of RuboCop, may require this file to be generated again.
8
9 # Offense count: 6
10 # This cop supports safe autocorrection (--autocorrect).
11 Lint/RedundantCopDisableDirective:
12   Exclude:
13     - 'lib/puppet/provider/apt_key/apt_key.rb'
14     - 'spec/unit/puppet/provider/apt_key_spec.rb'
15
16 # Offense count: 204
17 # Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
18 # SupportedStyles: always, named_only
19 RSpec/NamedSubject:
20   Exclude:
21     - 'spec/classes/apt_backports_spec.rb'
22     - 'spec/classes/apt_spec.rb'
23     - 'spec/classes/apt_update_spec.rb'
24     - 'spec/defines/conf_spec.rb'
25     - 'spec/defines/key_compat_spec.rb'
26     - 'spec/defines/key_spec.rb'
27     - 'spec/defines/mark_spec.rb'
28     - 'spec/defines/pin_spec.rb'
29     - 'spec/defines/ppa_spec.rb'
30     - 'spec/defines/setting_spec.rb'
31     - 'spec/defines/source_compat_spec.rb'
32     - 'spec/defines/source_spec.rb'
33     - 'spec/unit/facter/apt_update_last_success_spec.rb'