Skip to content

Commit

Permalink
Regenerate rubocop_todo
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed Nov 28, 2020
1 parent 87ff403 commit 56ab4b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,3 @@ Style/ClassAndModuleChildren:

Lint/NonDeterministicRequireOrder:
Enabled: false

Style/HashEachMethods:
Enabled: true

Style/HashTransformKeys:
Enabled: true

Style/HashTransformValues:
Enabled: true
13 changes: 8 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-09-12 21:24:48 +0530 using RuboCop version 0.75.1.
# on 2020-11-28 09:16:25 UTC using RuboCop version 1.4.2.
# 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: 4
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
Max: 35

# Offense count: 3
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 13

# Offense count: 8
# Configuration parameters: CountComments, ExcludedMethods.
# Offense count: 10
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
Metrics/MethodLength:
Max: 34

# Offense count: 2
# Configuration parameters: CountComments.
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 156

Expand All @@ -29,7 +31,8 @@ Metrics/ModuleLength:
Metrics/ParameterLists:
Max: 6

# Offense count: 1
# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 11

Expand Down

0 comments on commit 56ab4b1

Please sign in to comment.