-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
.rubocop_todo.yml
107 lines (96 loc) · 3.91 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-02-07 20:47:47 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: 479
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: leading, trailing
Layout/DotPosition:
Enabled: false
# Offense count: 10
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
# SupportedHashRocketStyles: key, separator, table
# SupportedColonStyles: key, separator, table
# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
Layout/HashAlignment:
Exclude:
- 'spec/classes/icingaweb2_spec.rb'
- 'spec/classes/modules/elasticsearch_spec.rb'
- 'spec/classes/modules/fileshipper_spec.rb'
- 'spec/classes/modules/icingadb_spec.rb'
# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
# SupportedStyles: space, no_space, compact
# SupportedStylesForEmptyBrackets: space, no_space
Layout/SpaceInsideArrayLiteralBrackets:
Exclude:
- 'spec/classes/icingaweb2_spec.rb'
# Offense count: 1
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
# SupportedStyles: snake_case, normalcase, non_integer
# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
Naming/VariableNumber:
Exclude:
- 'spec/spec_helper_acceptance.rb'
# Offense count: 18
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowConsecutiveOneLiners.
RSpec/EmptyLineAfterExample:
Exclude:
- 'spec/classes/icingaweb2_spec.rb'
- 'spec/classes/modules/puppetdb_spec.rb'
# Offense count: 2
RSpec/RepeatedExampleGroupDescription:
Exclude:
- 'spec/classes/modules/puppetdb_spec.rb'
# Offense count: 27
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Enabled: false
# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
Style/IfUnlessModifier:
Exclude:
- 'spec/classes/modules/doc_spec.rb'
- 'spec/spec_helper_acceptance.rb'
# Offense count: 7
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantRegexpEscape:
Exclude:
- 'spec/classes/modules/reporting_spec.rb'
- 'spec/classes/modules/vspheredb_spec.rb'
- 'spec/classes/modules/x509_spec.rb'
- 'spec/defines/inisection_spec.rb'
# Offense count: 30
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyleForMultiline.
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInArguments:
Exclude:
- 'spec/classes/icingaweb2_spec.rb'
- 'spec/classes/modules/audit_spec.rb'
- 'spec/classes/modules/director_spec.rb'
- 'spec/classes/modules/icingadb_spec.rb'
- 'spec/classes/modules/monitoring_spec.rb'
- 'spec/classes/modules/reporting_spec.rb'
- 'spec/classes/modules/vspheredb_spec.rb'
- 'spec/classes/modules/x509_spec.rb'
- 'spec/defines/config/groupbackend_spec.rb'
- 'spec/defines/config/navigation_spec.rb'
- 'spec/defines/config/role_spec.rb'
- 'spec/defines/resource/database_spec.rb'
- 'spec/defines/resource/ldap_spec.rb'
# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MinSize, WordRegex.
# SupportedStyles: percent, brackets
Style/WordArray:
EnforcedStyle: brackets