Skip to content

Commit

Permalink
Update offense counts in rubocop todo list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-M committed Mar 26, 2018
1 parent b235ce5 commit 5a48229
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 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-03-22 16:26:38 -0700 using RuboCop version 0.54.0.
# `rubocop --auto-gen-config --exclude-limit 30`
# on 2018-03-23 19:22:33 -0700 using RuboCop version 0.54.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 @@ -35,7 +35,7 @@ Layout/CommentIndentation:
Exclude:
- 'app/controllers/devise_token_auth/omniauth_callbacks_controller.rb'

# Offense count: 6
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: AllowAdjacentOneLineDefs, NumberOfEmptyLines.
Layout/EmptyLineBetweenDefs:
Expand Down Expand Up @@ -100,13 +100,6 @@ Layout/ExtraSpacing:
- 'test/dummy/config/initializers/omniauth.rb'
- 'test/dummy/db/migrate/20141222035835_devise_token_auth_create_only_email_users.rb'

# Offense count: 4
# Cop supports --auto-correct.
# Configuration parameters: IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Layout/IndentArray:
EnforcedStyle: consistent

# Offense count: 14
# Cop supports --auto-correct.
# Configuration parameters: IndentationWidth.
Expand Down Expand Up @@ -341,7 +334,7 @@ Lint/Void:
Exclude:
- 'test/dummy/tmp/history.rb'

# Offense count: 35
# Offense count: 36
Metrics/AbcSize:
Max: 74

Expand All @@ -359,7 +352,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 17

# Offense count: 36
# Offense count: 37
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 63
Expand Down Expand Up @@ -775,14 +768,13 @@ Style/SpecialGlobalVars:
Exclude:
- 'devise_token_auth.gemspec'

# Offense count: 10
# Offense count: 7
# Cop supports --auto-correct.
Style/SymbolLiteral:
Exclude:
- 'app/controllers/devise_token_auth/application_controller.rb'
- 'app/controllers/devise_token_auth/concerns/set_user_by_token.rb'
- 'app/models/devise_token_auth/concerns/user.rb'
- 'lib/devise_token_auth/engine.rb'

# Offense count: 1
# Cop supports --auto-correct.
Expand Down Expand Up @@ -847,7 +839,7 @@ Style/ZeroLengthPredicate:
Exclude:
- 'app/models/devise_token_auth/concerns/user.rb'

# Offense count: 329
# Offense count: 326
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Expand Down

0 comments on commit 5a48229

Please sign in to comment.