Skip to content

Commit 24d4e68

Browse files
committed
Rubocop: Update autogenerated todo file
1 parent d840f0b commit 24d4e68

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

.rubocop_todo.yml

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2021-04-22 16:30:35 +0200 using RuboCop version 0.50.0.
3+
# on 2021-04-23 16:47:47 +0200 using RuboCop version 0.50.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
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
9+
# Offense count: 3
1010
Lint/UselessAssignment:
1111
Exclude:
1212
- 'lib/modulesync.rb'
1313

1414
# Offense count: 10
1515
Metrics/AbcSize:
16-
Max: 67
16+
Max: 59
1717

1818
# Offense count: 2
1919
# Configuration parameters: CountComments.
2020
Metrics/ClassLength:
21-
Max: 128
21+
Max: 125
2222

23-
# Offense count: 3
23+
# Offense count: 4
2424
Metrics/CyclomaticComplexity:
25-
Max: 12
25+
Max: 13
26+
27+
# Offense count: 3
28+
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
29+
# URISchemes: http, https
30+
Metrics/LineLength:
31+
Max: 186
2632

27-
# Offense count: 13
33+
# Offense count: 17
2834
# Configuration parameters: CountComments.
2935
Metrics/MethodLength:
30-
Max: 36
36+
Max: 32
3137

3238
# Offense count: 3
3339
Metrics/PerceivedComplexity:
34-
Max: 13
40+
Max: 14
3541

3642
# Offense count: 8
3743
Style/Documentation:
@@ -49,3 +55,12 @@ Style/Documentation:
4955
Style/EachWithObject:
5056
Exclude:
5157
- 'lib/modulesync/util.rb'
58+
59+
# Offense count: 2
60+
# Cop supports --auto-correct.
61+
# Configuration parameters: EnforcedStyleForMultiline, SupportedStylesForMultiline.
62+
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
63+
Style/TrailingCommaInArguments:
64+
Exclude:
65+
- 'lib/modulesync/git_service/base.rb'
66+
- 'lib/modulesync/source_code.rb'

0 commit comments

Comments
 (0)