Skip to content

Commit 303293a

Browse files
committed
(maint) - regen rubocop_todo
1 parent 8477be8 commit 303293a

File tree

1 file changed

+82
-15
lines changed

1 file changed

+82
-15
lines changed

.rubocop_todo.yml

+82-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,82 @@
1-
# This configuration was generated by
2-
# `rubocop --auto-gen-config`
3-
# on 2019-11-04 20:38:19 +0800 using RuboCop version 0.76.0.
4-
# The point is for the user to remove these configuration records
5-
# one by one as the offenses are removed from the code base.
6-
# Note that changes in the inspected code, or installation of new
7-
# versions of RuboCop, may require this file to be generated again.
8-
9-
# Offense count: 2
10-
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
11-
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
12-
Naming/FileName:
13-
Exclude:
14-
- 'lib/puppetfile-resolver.rb'
15-
- 'puppetfile-cli.rb'
1+
# This configuration was generated by
2+
# `rubocop --auto-gen-config`
3+
# on 2023-10-27 07:36:27 UTC using RuboCop version 1.48.1.
4+
# The point is for the user to remove these configuration records
5+
# one by one as the offenses are removed from the code base.
6+
# Note that changes in the inspected code, or installation of new
7+
# versions of RuboCop, may require this file to be generated again.
8+
9+
# Offense count: 1
10+
# This cop supports unsafe autocorrection (--autocorrect-all).
11+
Lint/DuplicateRequire:
12+
Exclude:
13+
- 'lib/puppetfile-resolver/spec_searchers/git/gclone.rb'
14+
15+
# Offense count: 1
16+
Lint/MissingSuper:
17+
Exclude:
18+
- 'lib/puppetfile-resolver/puppetfile/parser/errors.rb'
19+
20+
# Offense count: 2
21+
# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
22+
# CheckDefinitionPathHierarchyRoots: lib, spec, test, src
23+
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
24+
Naming/FileName:
25+
Exclude:
26+
- 'lib/puppetfile-resolver.rb'
27+
- 'puppetfile-cli.rb'
28+
29+
# Offense count: 27
30+
# This cop supports safe autocorrection (--autocorrect).
31+
# Configuration parameters: EnforcedStyle.
32+
# SupportedStyles: separated, grouped
33+
Style/AccessorGrouping:
34+
Exclude:
35+
- 'lib/puppetfile-resolver/models/module_dependency.rb'
36+
- 'lib/puppetfile-resolver/models/module_specification.rb'
37+
- 'lib/puppetfile-resolver/puppetfile/document.rb'
38+
- 'lib/puppetfile-resolver/puppetfile/git_module.rb'
39+
- 'lib/puppetfile-resolver/puppetfile/validation_errors.rb'
40+
- 'lib/puppetfile-resolver/resolver.rb'
41+
- 'lib/puppetfile-resolver/spec_searchers/configuration.rb'
42+
43+
# Offense count: 1
44+
# This cop supports safe autocorrection (--autocorrect).
45+
# Configuration parameters: AllowedMethods, AllowedPatterns.
46+
# AllowedMethods: ==, equal?, eql?
47+
Style/ClassEqualityComparison:
48+
Exclude:
49+
- 'lib/puppetfile-resolver/util.rb'
50+
51+
# Offense count: 1
52+
Style/CombinableLoops:
53+
Exclude:
54+
- 'lib/puppetfile-resolver/puppetfile/document.rb'
55+
56+
# Offense count: 1
57+
# Configuration parameters: AllowedMethods.
58+
# AllowedMethods: respond_to_missing?
59+
Style/OptionalBooleanParameter:
60+
Exclude:
61+
- 'lib/puppetfile-resolver/cache/base.rb'
62+
63+
# Offense count: 1
64+
# This cop supports safe autocorrection (--autocorrect).
65+
Style/RedundantAssignment:
66+
Exclude:
67+
- 'lib/puppetfile-resolver/puppetfile/parser/r10k_eval/module/local.rb'
68+
69+
# Offense count: 3
70+
# This cop supports safe autocorrection (--autocorrect).
71+
Style/RedundantRegexpEscape:
72+
Exclude:
73+
- 'lib/puppetfile-resolver/puppetfile/parser/r10k_eval.rb'
74+
75+
# Offense count: 7
76+
# This cop supports unsafe autocorrection (--autocorrect-all).
77+
# Configuration parameters: Mode.
78+
Style/StringConcatenation:
79+
Exclude:
80+
- 'lib/puppetfile-resolver/cache/persistent.rb'
81+
- 'lib/puppetfile-resolver/spec_searchers/git/github.rb'
82+
- 'lib/puppetfile-resolver/spec_searchers/git/gitlab.rb'

0 commit comments

Comments
 (0)