-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy path.rubocop_todo.yml
52 lines (47 loc) · 1.94 KB
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-11-29 05:16:15 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: 1
# This cop supports safe autocorrection (--autocorrect).
Lint/RedundantCopDisableDirective:
Exclude:
- 'lib/puppet/provider/iis_feature/default.rb'
# Offense count: 4
RSpec/AnyInstance:
Exclude:
- 'spec/unit/puppet_x/puppetlabs/iis/iis_version_spec.rb'
# Offense count: 16
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/EmptyExampleGroup:
Exclude:
- 'spec/acceptance/iis_application_spec.rb'
- 'spec/acceptance/iis_feature_spec.rb'
- 'spec/acceptance/iis_minimal_config_spec.rb'
- 'spec/acceptance/iis_site_spec.rb'
- 'spec/acceptance/iis_virtual_directory_spec.rb'
# Offense count: 1
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
- 'spec/acceptance/iis_application_spec.rb'
# Offense count: 12
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'lib/puppet_x/puppetlabs/iis/bindings.rb'
- 'lib/puppet_x/puppetlabs/iis/iis_features.rb'
- 'lib/puppet_x/puppetlabs/iis/iis_version.rb'
- 'lib/puppet_x/puppetlabs/iis/property/hash.rb'
- 'lib/puppet_x/puppetlabs/iis/property/name.rb'
- 'lib/puppet_x/puppetlabs/iis/property/path.rb'
- 'lib/puppet_x/puppetlabs/iis/property/positive_integer.rb'
- 'lib/puppet_x/puppetlabs/iis/property/read_only.rb'
- 'lib/puppet_x/puppetlabs/iis/property/string.rb'
- 'lib/puppet_x/puppetlabs/iis/property/timeformat.rb'
- 'lib/puppet_x/puppetlabs/iis/property/whole_number.rb'