Skip to content

Commit

Permalink
Regenerate RuboCop TODO file
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed May 23, 2020
1 parent 621f424 commit 5f8d76c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-05-22 21:46:19 +0200 using RuboCop version 0.84.0.
# on 2020-05-23 10:24:14 +0200 using RuboCop version 0.84.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: 159
# Offense count: 160
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
Max: 107
Expand All @@ -17,37 +17,37 @@ Metrics/AbcSize:
Metrics/BlockLength:
Max: 66

# Offense count: 6
# Offense count: 5
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 5

# Offense count: 30
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 992
Max: 1013

# Offense count: 61
# Offense count: 60
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 21

# Offense count: 211
# Offense count: 212
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 109
Max: 107

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 363
Max: 361

# Offense count: 8
# Offense count: 9
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 7

# Offense count: 59
# Offense count: 58
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 22
Expand Down Expand Up @@ -140,7 +140,7 @@ Style/ClassVars:
- 'lib/alexandria/ui/book_properties_dialog_base.rb'
- 'lib/alexandria/ui/new_book_dialog.rb'

# Offense count: 112
# Offense count: 114
Style/Documentation:
Enabled: false

Expand Down

0 comments on commit 5f8d76c

Please sign in to comment.