-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.rubocop_todo.yml
122 lines (107 loc) · 4.21 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-08-17 21:33:09 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: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Exclude:
- 'lib/puppet/provider/graylog_api.rb'
# Offense count: 3
# Configuration parameters: AllowedMethods.
# AllowedMethods: enums
Lint/ConstantDefinitionInBlock:
Exclude:
- 'lib/puppet/provider/graylog_extractor/graylog_api.rb'
- 'lib/puppet/provider/graylog_input/graylog_api.rb'
- 'lib/puppet/provider/graylog_stream/graylog_api.rb'
# Offense count: 3
Lint/ShadowingOuterLocalVariable:
Exclude:
- 'lib/puppet/provider/graylog_pipeline/graylog_api.rb'
- 'lib/puppet/provider/graylog_role/graylog_api.rb'
- 'lib/puppet/provider/graylog_stream/graylog_api.rb'
# Offense count: 6
Naming/AccessorMethodName:
Exclude:
- 'lib/puppet/provider/graylog_dashboard_widget/graylog_api.rb'
- 'lib/puppet/provider/graylog_extractor/graylog_api.rb'
- 'lib/puppet/provider/graylog_input/graylog_api.rb'
- 'lib/puppet/provider/graylog_pipeline/graylog_api.rb'
- 'lib/puppet/provider/graylog_role/graylog_api.rb'
- 'lib/puppet/provider/graylog_stream/graylog_api.rb'
# Offense count: 1
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName:
Exclude:
- 'lib/puppet/provider/graylog_stream/graylog_api.rb'
# Offense count: 3
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: PreferredMethods, MethodsAcceptingSymbol.
# MethodsAcceptingSymbol: inject, reduce
Style/CollectionMethods:
Exclude:
- 'lib/puppet/provider/graylog_dashboard/graylog_api.rb'
- 'lib/puppet/provider/graylog_role/graylog_api.rb'
# Offense count: 39
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Enabled: false
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/HashTransformKeys:
Exclude:
- 'lib/puppet/provider/graylog_api.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: InverseMethods, InverseBlocks.
Style/InverseMethods:
Exclude:
- 'lib/puppet/provider/graylog_input/graylog_api.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/MapToHash:
Exclude:
- 'lib/puppet/provider/graylog_api.rb'
# Offense count: 5
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: literals, strict
Style/MutableConstant:
Exclude:
- 'lib/puppet/provider/graylog_extractor/graylog_api.rb'
- 'lib/puppet/provider/graylog_input/graylog_api.rb'
- 'lib/puppet/provider/graylog_stream/graylog_api.rb'
- 'lib/puppet/type/graylog_index_set.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Exclude:
- 'spec/**/*'
- 'lib/puppet/provider/graylog_extractor/graylog_api.rb'
# Offense count: 4
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: short, verbose
Style/PreferredHashMethods:
Exclude:
- 'lib/puppet/type/graylog_dashboard_layout.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/RedundantInterpolation:
Exclude:
- 'lib/puppet/provider/graylog_api.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/ZeroLengthPredicate:
Exclude:
- 'lib/puppet/provider/graylog_extractor/graylog_api.rb'