Skip to content

Commit 82c8425

Browse files
committed
Regenerate RuboCop TODO
1 parent 5e93f7a commit 82c8425

File tree

1 file changed

+66
-123
lines changed

1 file changed

+66
-123
lines changed

.rubocop_todo.yml

Lines changed: 66 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,10 @@
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

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-
239
# Offense count: 1
2410
Lint/CopDirectiveSyntax:
2511
Exclude:
26-
- 'lib/puppet-strings/yard/handlers/ruby/data_type_handler.rb'
12+
- 'lib/openvox-strings/yard/handlers/ruby/data_type_handler.rb'
2713

2814
# Offense count: 1
2915
Lint/MixedRegexpCaptureTypes:
@@ -39,8 +25,8 @@ Lint/RedundantCopDisableDirective:
3925
# Offense count: 2
4026
Naming/AccessorMethodName:
4127
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'
4430

4531
# Offense count: 1
4632
# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
@@ -49,7 +35,7 @@ Naming/AccessorMethodName:
4935
Naming/FileName:
5036
Exclude:
5137
- 'Rakefile.rb'
52-
- 'lib/puppet-strings.rb'
38+
- 'lib/openvox-strings.rb'
5339

5440
# Offense count: 1
5541
# Configuration parameters: ForbiddenDelimiters.
@@ -63,47 +49,27 @@ Naming/HeredocDelimiterNaming:
6349
# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
6450
Naming/MethodParameterName:
6551
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'
6854

6955
# Offense count: 4
7056
# Configuration parameters: MinSize.
7157
Performance/CollectionLiteralInLoop:
7258
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'
9763

9864
# Offense count: 7
9965
# Configuration parameters: Prefixes, AllowedPatterns.
10066
# Prefixes: when, with, without
10167
RSpec/ContextWording:
10268
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'
10773

10874
# Offense count: 3
10975
# Configuration parameters: IgnoredMetadata.
@@ -126,14 +92,14 @@ RSpec/ExampleLength:
12692
# Offense count: 6
12793
RSpec/ExpectInHook:
12894
Exclude:
129-
- 'spec/unit/puppet-strings/json_spec.rb'
95+
- 'spec/unit/openvox-strings/json_spec.rb'
13096

13197
# Offense count: 5
13298
# This cop supports safe autocorrection (--autocorrect).
13399
RSpec/IncludeExamples:
134100
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'
137103

138104
# Offense count: 91
139105
RSpec/MultipleExpectations:
@@ -147,7 +113,7 @@ RSpec/NestedGroups:
147113
# Offense count: 2
148114
RSpec/RepeatedExampleGroupDescription:
149115
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'
151117

152118
# Offense count: 20
153119
# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
@@ -170,19 +136,19 @@ Rake/Desc:
170136
# AllowedMethods: lambda, proc, it
171137
Style/BlockDelimiters:
172138
Exclude:
173-
- 'lib/puppet-strings/markdown/base.rb'
139+
- 'lib/openvox-strings/markdown/base.rb'
174140

175141
# Offense count: 1
176142
Style/ClassVars:
177143
Exclude:
178-
- 'lib/puppet-strings/yard/templates/default/layout/html/setup.rb'
144+
- 'lib/openvox-strings/yard/templates/default/layout/html/setup.rb'
179145

180146
# Offense count: 3
181147
# This cop supports unsafe autocorrection (--autocorrect-all).
182148
Style/CombinableLoops:
183149
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'
186152

187153
# Offense count: 1
188154
# This cop supports safe autocorrection (--autocorrect).
@@ -191,77 +157,55 @@ Style/FetchEnvVar:
191157
Exclude:
192158
- 'Gemfile'
193159

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-
208160
# Offense count: 20
209161
# Configuration parameters: AllowedMethods.
210162
# AllowedMethods: respond_to_missing?
211163
Style/OptionalBooleanParameter:
212164
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'
233178

234179
# Offense count: 3
235180
# This cop supports safe autocorrection (--autocorrect).
236181
Style/RedundantParentheses:
237182
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'
241186

242187
# Offense count: 2
243188
# This cop supports safe autocorrection (--autocorrect).
244189
Style/RedundantRegexpEscape:
245190
Exclude:
246191
- 'Gemfile'
247192

248-
# Offense count: 2
193+
# Offense count: 1
249194
# This cop supports safe autocorrection (--autocorrect).
250195
# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
251196
# SupportedStyles: slashes, percent_r, mixed
252197
Style/RegexpLiteral:
253198
Exclude:
254199
- 'Gemfile'
255-
- 'Rakefile'
256200

257201
# Offense count: 2
258202
# This cop supports unsafe autocorrection (--autocorrect-all).
259203
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
260204
# AllowedMethods: present?, blank?, presence, try, try!
261205
Style/SafeNavigation:
262206
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'
265209

266210
# Offense count: 3
267211
# This cop supports safe autocorrection (--autocorrect).
@@ -278,10 +222,10 @@ Style/StringLiterals:
278222
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
279223
Style/TernaryParentheses:
280224
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'
285229
- 'lib/puppet/face/strings.rb'
286230
- 'spec/spec_helper.rb'
287231

@@ -291,42 +235,41 @@ Style/TernaryParentheses:
291235
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
292236
Style/TrailingCommaInArguments:
293237
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'
297241
- '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'
301245

302-
# Offense count: 17
246+
# Offense count: 16
303247
# This cop supports safe autocorrection (--autocorrect).
304248
# Configuration parameters: EnforcedStyleForMultiline.
305249
# SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
306250
Style/TrailingCommaInArrayLiteral:
307251
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'
311254
- 'spec/acceptance/generate_json_spec.rb'
312255
- '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'
316259

317260
# Offense count: 32
318261
# This cop supports safe autocorrection (--autocorrect).
319262
# Configuration parameters: EnforcedStyleForMultiline.
320263
# SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
321264
Style/TrailingCommaInHashLiteral:
322265
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'
331274
- '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

Comments
 (0)