Skip to content

Commit

Permalink
Rubocop: Update autogenerated todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Apr 23, 2021
1 parent 7e3e791 commit c384448
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-04-22 16:30:35 +0200 using RuboCop version 0.50.0.
# on 2021-04-23 16:47:47 +0200 using RuboCop version 0.50.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Offense count: 3
Lint/UselessAssignment:
Exclude:
- 'lib/modulesync.rb'

# Offense count: 10
Metrics/AbcSize:
Max: 67
Max: 59

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 128
Max: 125

# Offense count: 3
# Offense count: 4
Metrics/CyclomaticComplexity:
Max: 12
Max: 13

# Offense count: 3
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 186

# Offense count: 13
# Offense count: 17
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 36
Max: 32

# Offense count: 3
Metrics/PerceivedComplexity:
Max: 13
Max: 14

# Offense count: 8
Style/Documentation:
Expand All @@ -49,3 +55,12 @@ Style/Documentation:
Style/EachWithObject:
Exclude:
- 'lib/modulesync/util.rb'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStylesForMultiline.
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInArguments:
Exclude:
- 'lib/modulesync/git_service/base.rb'
- 'lib/modulesync/source_code.rb'

0 comments on commit c384448

Please sign in to comment.