6
6
# Note that changes in the inspected code, or installation of new
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
- # Offense count: 1
10
- # This cop supports safe autocorrection (--autocorrect).
11
- # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
12
- # Include: **/*.gemfile, **/Gemfile, **/gems.rb
13
- Bundler/OrderedGems :
14
- Exclude :
15
- - ' Gemfile'
16
-
17
- # Offense count: 1
18
- # This cop supports safe autocorrection (--autocorrect).
19
- Layout/SpaceAfterComma :
20
- Exclude :
21
- - ' Rakefile'
22
-
23
9
# Offense count: 1
24
10
Lint/CopDirectiveSyntax :
25
11
Exclude :
26
- - ' lib/puppet -strings/yard/handlers/ruby/data_type_handler.rb'
12
+ - ' lib/openvox -strings/yard/handlers/ruby/data_type_handler.rb'
27
13
28
14
# Offense count: 1
29
15
Lint/MixedRegexpCaptureTypes :
@@ -39,8 +25,8 @@ Lint/RedundantCopDisableDirective:
39
25
# Offense count: 2
40
26
Naming/AccessorMethodName :
41
27
Exclude :
42
- - ' lib/puppet -strings/yard/handlers/puppet/base.rb'
43
- - ' lib/puppet -strings/yard/handlers/ruby/type_base.rb'
28
+ - ' lib/openvox -strings/yard/handlers/puppet/base.rb'
29
+ - ' lib/openvox -strings/yard/handlers/ruby/type_base.rb'
44
30
45
31
# Offense count: 1
46
32
# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
@@ -49,7 +35,7 @@ Naming/AccessorMethodName:
49
35
Naming/FileName :
50
36
Exclude :
51
37
- ' Rakefile.rb'
52
- - ' lib/puppet -strings.rb'
38
+ - ' lib/openvox -strings.rb'
53
39
54
40
# Offense count: 1
55
41
# Configuration parameters: ForbiddenDelimiters.
@@ -63,47 +49,27 @@ Naming/HeredocDelimiterNaming:
63
49
# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
64
50
Naming/MethodParameterName :
65
51
Exclude :
66
- - ' lib/puppet -strings/yard/handlers/ruby/data_type_handler.rb'
67
- - ' lib/puppet -strings/yard/parsers/puppet/parser.rb'
52
+ - ' lib/openvox -strings/yard/handlers/ruby/data_type_handler.rb'
53
+ - ' lib/openvox -strings/yard/parsers/puppet/parser.rb'
68
54
69
55
# Offense count: 4
70
56
# Configuration parameters: MinSize.
71
57
Performance/CollectionLiteralInLoop :
72
58
Exclude :
73
- - ' lib/puppet-strings/yard/handlers/puppet/base.rb'
74
- - ' lib/puppet-strings/yard/handlers/ruby/provider_handler.rb'
75
- - ' lib/puppet-strings/yard/handlers/ruby/rsapi_handler.rb'
76
- - ' lib/puppet-strings/yard/util.rb'
77
-
78
- # Offense count: 1
79
- # This cop supports safe autocorrection (--autocorrect).
80
- Performance/StringIdentifierArgument :
81
- Exclude :
82
- - ' Rakefile'
83
-
84
- # Offense count: 1
85
- # This cop supports unsafe autocorrection (--autocorrect-all).
86
- Performance/StringInclude :
87
- Exclude :
88
- - ' Rakefile'
89
-
90
- # Offense count: 1
91
- RSpec/BeforeAfterAll :
92
- Exclude :
93
- - ' **/spec/spec_helper.rb'
94
- - ' **/spec/rails_helper.rb'
95
- - ' **/spec/support/**/*.rb'
96
- - ' spec/acceptance/running_strings_generate_spec.rb'
59
+ - ' lib/openvox-strings/yard/handlers/puppet/base.rb'
60
+ - ' lib/openvox-strings/yard/handlers/ruby/provider_handler.rb'
61
+ - ' lib/openvox-strings/yard/handlers/ruby/rsapi_handler.rb'
62
+ - ' lib/openvox-strings/yard/util.rb'
97
63
98
64
# Offense count: 7
99
65
# Configuration parameters: Prefixes, AllowedPatterns.
100
66
# Prefixes: when, with, without
101
67
RSpec/ContextWording :
102
68
Exclude :
103
- - ' spec/unit/puppet -strings/markdown/base_spec.rb'
104
- - ' spec/unit/puppet -strings/yard/handlers/ruby/data_type_handler_spec.rb'
105
- - ' spec/unit/puppet -strings/yard/parsers/json/task_statement_spec.rb'
106
- - ' spec/unit/puppet -strings/yard/parsers/puppet/parser_spec.rb'
69
+ - ' spec/unit/openvox -strings/markdown/base_spec.rb'
70
+ - ' spec/unit/openvox -strings/yard/handlers/ruby/data_type_handler_spec.rb'
71
+ - ' spec/unit/openvox -strings/yard/parsers/json/task_statement_spec.rb'
72
+ - ' spec/unit/openvox -strings/yard/parsers/puppet/parser_spec.rb'
107
73
108
74
# Offense count: 3
109
75
# Configuration parameters: IgnoredMetadata.
@@ -126,14 +92,14 @@ RSpec/ExampleLength:
126
92
# Offense count: 6
127
93
RSpec/ExpectInHook :
128
94
Exclude :
129
- - ' spec/unit/puppet -strings/json_spec.rb'
95
+ - ' spec/unit/openvox -strings/json_spec.rb'
130
96
131
97
# Offense count: 5
132
98
# This cop supports safe autocorrection (--autocorrect).
133
99
RSpec/IncludeExamples :
134
100
Exclude :
135
- - ' spec/unit/puppet -strings/json_spec.rb'
136
- - ' spec/unit/puppet -strings/markdown_spec.rb'
101
+ - ' spec/unit/openvox -strings/json_spec.rb'
102
+ - ' spec/unit/openvox -strings/markdown_spec.rb'
137
103
138
104
# Offense count: 91
139
105
RSpec/MultipleExpectations :
@@ -147,7 +113,7 @@ RSpec/NestedGroups:
147
113
# Offense count: 2
148
114
RSpec/RepeatedExampleGroupDescription :
149
115
Exclude :
150
- - ' spec/unit/puppet -strings/yard/handlers/ruby/function_handler_spec.rb'
116
+ - ' spec/unit/openvox -strings/yard/handlers/ruby/function_handler_spec.rb'
151
117
152
118
# Offense count: 20
153
119
# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
@@ -170,19 +136,19 @@ Rake/Desc:
170
136
# AllowedMethods: lambda, proc, it
171
137
Style/BlockDelimiters :
172
138
Exclude :
173
- - ' lib/puppet -strings/markdown/base.rb'
139
+ - ' lib/openvox -strings/markdown/base.rb'
174
140
175
141
# Offense count: 1
176
142
Style/ClassVars :
177
143
Exclude :
178
- - ' lib/puppet -strings/yard/templates/default/layout/html/setup.rb'
144
+ - ' lib/openvox -strings/yard/templates/default/layout/html/setup.rb'
179
145
180
146
# Offense count: 3
181
147
# This cop supports unsafe autocorrection (--autocorrect-all).
182
148
Style/CombinableLoops :
183
149
Exclude :
184
- - ' lib/puppet -strings/markdown.rb'
185
- - ' lib/puppet -strings/yard/handlers/ruby/data_type_handler.rb'
150
+ - ' lib/openvox -strings/markdown.rb'
151
+ - ' lib/openvox -strings/yard/handlers/ruby/data_type_handler.rb'
186
152
187
153
# Offense count: 1
188
154
# This cop supports safe autocorrection (--autocorrect).
@@ -191,77 +157,55 @@ Style/FetchEnvVar:
191
157
Exclude :
192
158
- ' Gemfile'
193
159
194
- # Offense count: 2
195
- # This cop supports safe autocorrection (--autocorrect).
196
- # Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
197
- # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
198
- # SupportedShorthandSyntax: always, never, either, consistent, either_consistent
199
- Style/HashSyntax :
200
- Exclude :
201
- - ' Rakefile'
202
-
203
- # Offense count: 1
204
- Style/MixinUsage :
205
- Exclude :
206
- - ' spec/acceptance/running_strings_generate_spec.rb'
207
-
208
160
# Offense count: 20
209
161
# Configuration parameters: AllowedMethods.
210
162
# AllowedMethods: respond_to_missing?
211
163
Style/OptionalBooleanParameter :
212
164
Exclude :
213
- - ' lib/puppet-strings.rb'
214
- - ' lib/puppet-strings/describe.rb'
215
- - ' lib/puppet-strings/yard/code_objects/class.rb'
216
- - ' lib/puppet-strings/yard/code_objects/data_type.rb'
217
- - ' lib/puppet-strings/yard/code_objects/data_type_alias.rb'
218
- - ' lib/puppet-strings/yard/code_objects/defined_type.rb'
219
- - ' lib/puppet-strings/yard/code_objects/function.rb'
220
- - ' lib/puppet-strings/yard/code_objects/plan.rb'
221
- - ' lib/puppet-strings/yard/code_objects/provider.rb'
222
- - ' lib/puppet-strings/yard/code_objects/task.rb'
223
- - ' lib/puppet-strings/yard/code_objects/type.rb'
224
- - ' lib/puppet-strings/yard/handlers/ruby/data_type_handler.rb'
225
- - ' lib/puppet-strings/yard/handlers/ruby/function_handler.rb'
226
-
227
- # Offense count: 1
228
- # This cop supports safe autocorrection (--autocorrect).
229
- # Configuration parameters: PreferredDelimiters.
230
- Style/PercentLiteralDelimiters :
231
- Exclude :
232
- - ' Rakefile'
165
+ - ' lib/openvox-strings.rb'
166
+ - ' lib/openvox-strings/describe.rb'
167
+ - ' lib/openvox-strings/yard/code_objects/class.rb'
168
+ - ' lib/openvox-strings/yard/code_objects/data_type.rb'
169
+ - ' lib/openvox-strings/yard/code_objects/data_type_alias.rb'
170
+ - ' lib/openvox-strings/yard/code_objects/defined_type.rb'
171
+ - ' lib/openvox-strings/yard/code_objects/function.rb'
172
+ - ' lib/openvox-strings/yard/code_objects/plan.rb'
173
+ - ' lib/openvox-strings/yard/code_objects/provider.rb'
174
+ - ' lib/openvox-strings/yard/code_objects/task.rb'
175
+ - ' lib/openvox-strings/yard/code_objects/type.rb'
176
+ - ' lib/openvox-strings/yard/handlers/ruby/data_type_handler.rb'
177
+ - ' lib/openvox-strings/yard/handlers/ruby/function_handler.rb'
233
178
234
179
# Offense count: 3
235
180
# This cop supports safe autocorrection (--autocorrect).
236
181
Style/RedundantParentheses :
237
182
Exclude :
238
- - ' lib/puppet -strings/yard/code_objects/function.rb'
239
- - ' lib/puppet -strings/yard/handlers/puppet/function_handler.rb'
240
- - ' lib/puppet -strings/yard/tags/overload_tag.rb'
183
+ - ' lib/openvox -strings/yard/code_objects/function.rb'
184
+ - ' lib/openvox -strings/yard/handlers/puppet/function_handler.rb'
185
+ - ' lib/openvox -strings/yard/tags/overload_tag.rb'
241
186
242
187
# Offense count: 2
243
188
# This cop supports safe autocorrection (--autocorrect).
244
189
Style/RedundantRegexpEscape :
245
190
Exclude :
246
191
- ' Gemfile'
247
192
248
- # Offense count: 2
193
+ # Offense count: 1
249
194
# This cop supports safe autocorrection (--autocorrect).
250
195
# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
251
196
# SupportedStyles: slashes, percent_r, mixed
252
197
Style/RegexpLiteral :
253
198
Exclude :
254
199
- ' Gemfile'
255
- - ' Rakefile'
256
200
257
201
# Offense count: 2
258
202
# This cop supports unsafe autocorrection (--autocorrect-all).
259
203
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
260
204
# AllowedMethods: present?, blank?, presence, try, try!
261
205
Style/SafeNavigation :
262
206
Exclude :
263
- - ' lib/puppet -strings/yard/handlers/puppet/function_handler.rb'
264
- - ' lib/puppet -strings/yard/handlers/ruby/function_handler.rb'
207
+ - ' lib/openvox -strings/yard/handlers/puppet/function_handler.rb'
208
+ - ' lib/openvox -strings/yard/handlers/ruby/function_handler.rb'
265
209
266
210
# Offense count: 3
267
211
# This cop supports safe autocorrection (--autocorrect).
@@ -278,10 +222,10 @@ Style/StringLiterals:
278
222
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
279
223
Style/TernaryParentheses :
280
224
Exclude :
281
- - ' lib/puppet -strings/markdown/base.rb'
282
- - ' lib/puppet -strings/tasks/generate.rb'
283
- - ' lib/puppet -strings/yard/templates/default/layout/html/setup.rb'
284
- - ' lib/puppet -strings/yard/templates/default/tags/setup.rb'
225
+ - ' lib/openvox -strings/markdown/base.rb'
226
+ - ' lib/openvox -strings/tasks/generate.rb'
227
+ - ' lib/openvox -strings/yard/templates/default/layout/html/setup.rb'
228
+ - ' lib/openvox -strings/yard/templates/default/tags/setup.rb'
285
229
- ' lib/puppet/face/strings.rb'
286
230
- ' spec/spec_helper.rb'
287
231
@@ -291,42 +235,41 @@ Style/TernaryParentheses:
291
235
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
292
236
Style/TrailingCommaInArguments :
293
237
Exclude :
294
- - ' lib/puppet -strings/yard.rb'
295
- - ' lib/puppet -strings/yard/code_objects/type.rb'
296
- - ' lib/puppet -strings/yard/handlers/ruby/function_handler.rb'
238
+ - ' lib/openvox -strings/yard.rb'
239
+ - ' lib/openvox -strings/yard/code_objects/type.rb'
240
+ - ' lib/openvox -strings/yard/handlers/ruby/function_handler.rb'
297
241
- ' lib/puppet/face/strings.rb'
298
- - ' spec/unit/puppet -strings/yard/handlers/puppet/class_handler_spec.rb'
299
- - ' spec/unit/puppet -strings/yard/handlers/puppet/function_handler_spec.rb'
300
- - ' spec/unit/puppet -strings/yard/handlers/ruby/function_handler_spec.rb'
242
+ - ' spec/unit/openvox -strings/yard/handlers/puppet/class_handler_spec.rb'
243
+ - ' spec/unit/openvox -strings/yard/handlers/puppet/function_handler_spec.rb'
244
+ - ' spec/unit/openvox -strings/yard/handlers/ruby/function_handler_spec.rb'
301
245
302
- # Offense count: 17
246
+ # Offense count: 16
303
247
# This cop supports safe autocorrection (--autocorrect).
304
248
# Configuration parameters: EnforcedStyleForMultiline.
305
249
# SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
306
250
Style/TrailingCommaInArrayLiteral :
307
251
Exclude :
308
- - ' lib/puppet-strings/markdown.rb'
309
- - ' lib/puppet-strings/yard/templates/default/layout/html/setup.rb'
310
- - ' puppet-strings.gemspec'
252
+ - ' lib/openvox-strings/markdown.rb'
253
+ - ' lib/openvox-strings/yard/templates/default/layout/html/setup.rb'
311
254
- ' spec/acceptance/generate_json_spec.rb'
312
255
- ' spec/acceptance/running_strings_generate_spec.rb'
313
- - ' spec/unit/puppet -strings/yard/code_objects/task_spec.rb'
314
- - ' spec/unit/puppet -strings/yard/handlers/ruby/data_type_handler_spec.rb'
315
- - ' spec/unit/puppet -strings/yard/parsers/puppet/parser_spec.rb'
256
+ - ' spec/unit/openvox -strings/yard/code_objects/task_spec.rb'
257
+ - ' spec/unit/openvox -strings/yard/handlers/ruby/data_type_handler_spec.rb'
258
+ - ' spec/unit/openvox -strings/yard/parsers/puppet/parser_spec.rb'
316
259
317
260
# Offense count: 32
318
261
# This cop supports safe autocorrection (--autocorrect).
319
262
# Configuration parameters: EnforcedStyleForMultiline.
320
263
# SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
321
264
Style/TrailingCommaInHashLiteral :
322
265
Exclude :
323
- - ' lib/puppet -strings/describe.rb'
324
- - ' lib/puppet -strings/json.rb'
325
- - ' lib/puppet -strings/markdown/base.rb'
326
- - ' lib/puppet -strings/tasks/generate.rb'
327
- - ' lib/puppet -strings/tasks/validate.rb'
328
- - ' lib/puppet -strings/yard/code_objects/data_type.rb'
329
- - ' lib/puppet -strings/yard/code_objects/task.rb'
330
- - ' lib/puppet -strings/yard/templates/default/layout/html/setup.rb'
266
+ - ' lib/openvox -strings/describe.rb'
267
+ - ' lib/openvox -strings/json.rb'
268
+ - ' lib/openvox -strings/markdown/base.rb'
269
+ - ' lib/openvox -strings/tasks/generate.rb'
270
+ - ' lib/openvox -strings/tasks/validate.rb'
271
+ - ' lib/openvox -strings/yard/code_objects/data_type.rb'
272
+ - ' lib/openvox -strings/yard/code_objects/task.rb'
273
+ - ' lib/openvox -strings/yard/templates/default/layout/html/setup.rb'
331
274
- ' spec/acceptance/generate_json_spec.rb'
332
- - ' spec/unit/puppet -strings/yard/code_objects/task_spec.rb'
275
+ - ' spec/unit/openvox -strings/yard/code_objects/task_spec.rb'
0 commit comments