Skip to content

Commit

Permalink
[ci] Regenerate rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Jun 12, 2018
1 parent 1e7f4a7 commit 367a4bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 2018-06-07 11:09:38 +0000 using RuboCop version 0.57.1.
# on 2018-06-11 09:56:13 +0000 using RuboCop version 0.57.1.
# 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 @@ -201,7 +201,7 @@ Lint/UselessAssignment:
Metrics/AbcSize:
Max: 239

# Offense count: 485
# Offense count: 486
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 493
Expand All @@ -214,7 +214,7 @@ Metrics/BlockNesting:
# Offense count: 90
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 1109
Max: 1097

# Offense count: 245
Metrics/CyclomaticComplexity:
Expand Down Expand Up @@ -855,7 +855,7 @@ Style/FormatStringToken:
- 'src/api/app/helpers/webui/project_helper.rb'
- 'src/api/lib/backend/connection_helper.rb'

# Offense count: 1004
# Offense count: 1007
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: when_needed, always, never
Expand Down Expand Up @@ -992,7 +992,7 @@ Style/RedundantBegin:
Style/RegexpLiteral:
Enabled: false

# Offense count: 24
# Offense count: 25
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: implicit, explicit
Expand Down

0 comments on commit 367a4bc

Please sign in to comment.