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
1010Lint/UselessAssignment :
1111 Exclude :
1212 - ' lib/modulesync.rb'
1313
1414# Offense count: 10
1515Metrics/AbcSize :
16- Max : 67
16+ Max : 59
1717
1818# Offense count: 2
1919# Configuration parameters: CountComments.
2020Metrics/ClassLength :
21- Max : 128
21+ Max : 125
2222
23- # Offense count: 3
23+ # Offense count: 4
2424Metrics/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.
2935Metrics/MethodLength :
30- Max : 36
36+ Max : 32
3137
3238# Offense count: 3
3339Metrics/PerceivedComplexity :
34- Max : 13
40+ Max : 14
3541
3642# Offense count: 8
3743Style/Documentation :
@@ -49,3 +55,12 @@ Style/Documentation:
4955Style/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