Skip to content

Commit

Permalink
Rubocop: Update autogenerated todo file
Browse files Browse the repository at this point in the history
Please note that previous commit introduced some offences that will be fixed in upcomming commits (some are already available in #206
  • Loading branch information
neomilium committed Apr 21, 2021
1 parent b7577ac commit a80f0da
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-04-21 12:34:40 +0200 using RuboCop version 0.50.0.
# on 2021-04-21 12:35:40 +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: 2
# Offense count: 1
Lint/UselessAssignment:
Exclude:
- 'lib/modulesync.rb'

# Offense count: 10
# Offense count: 11
Metrics/AbcSize:
Max: 41
Max: 48

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 106

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

# Offense count: 12
# Offense count: 2
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 132

# Offense count: 13
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 43

# Offense count: 4
# Offense count: 3
Metrics/PerceivedComplexity:
Max: 15

Expand Down

0 comments on commit a80f0da

Please sign in to comment.