Skip to content

Commit

Permalink
Regenerate rubocop_todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalina-Vakulchyk committed Mar 31, 2021
1 parent f0dffe3 commit bcb4326
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-03-29 12:10:01 UTC using RuboCop version 1.11.0.
# on 2021-03-31 08:06:34 UTC using RuboCop version 1.12.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
Expand Down Expand Up @@ -49,7 +49,7 @@ Metrics/AbcSize:
# Offense count: 4
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 269
Max: 267

# Offense count: 13
# Configuration parameters: IgnoredMethods.
Expand Down Expand Up @@ -89,6 +89,7 @@ Style/DocumentDynamicEvalDefinition:
- 'lib/chewy/type/witchcraft.rb'

# Offense count: 58
# Configuration parameters: AllowedConstants.
Style/Documentation:
Enabled: false

Expand Down Expand Up @@ -124,7 +125,7 @@ Style/IfUnlessModifier:
- 'lib/chewy/type/witchcraft.rb'
- 'spec/support/active_record.rb'

# Offense count: 3
# Offense count: 1
# Cop supports --auto-correct.
Style/RedundantBegin:
Exclude:
Expand Down

0 comments on commit bcb4326

Please sign in to comment.