From 5a48229d98662bdb4ee4b6b8cb31e63315d907e4 Mon Sep 17 00:00:00 2001 From: Evan Marell Date: Fri, 23 Mar 2018 19:23:50 -0700 Subject: [PATCH] Update offense counts in rubocop todo list. --- .rubocop_todo.yml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4e69af0a7..e6000160e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 @@ -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: @@ -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. @@ -341,7 +334,7 @@ Lint/Void: Exclude: - 'test/dummy/tmp/history.rb' -# Offense count: 35 +# Offense count: 36 Metrics/AbcSize: Max: 74 @@ -359,7 +352,7 @@ Metrics/ClassLength: Metrics/CyclomaticComplexity: Max: 17 -# Offense count: 36 +# Offense count: 37 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 63 @@ -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. @@ -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: