From f58c6c8f54523cbc0e11f208da40f9667222eded Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 4 Jun 2018 16:20:39 +1200 Subject: [PATCH] Regen rubocop todo --- .rubocop_todo.yml | 45 ++------------------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 99782950a..1bfd8efc6 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,16 +1,11 @@ # This configuration was generated by -# `rubocop --auto-gen-config --no-offense-counts` -# on 2018-04-02 16:07:34 +1200 using RuboCop version 0.54.0. +# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp` +# using RuboCop version 0.55.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 # versions of RuboCop, may require this file to be generated again. -# Cop supports --auto-correct. -Layout/EmptyLines: - Exclude: - - 'bin/setup' - Lint/HandleExceptions: Exclude: - 'lib/tasks/testing.rake' @@ -22,15 +17,6 @@ Lint/MissingCopEnableDirective: - 'config/compass.rb' - 'config/initializers/devise.rb' -# Cop supports --auto-correct. -# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods. -Lint/UnusedMethodArgument: - Exclude: - - 'app/controllers/application_controller.rb' - - 'app/controllers/passwords_controller.rb' - - 'app/controllers/registrations_controller.rb' - - 'app/validators/approved_validator.rb' - Lint/UriEscapeUnescape: Exclude: - 'app/helpers/crops_helper.rb' @@ -96,14 +82,6 @@ Rails/TimeZone: - 'spec/factories/post.rb' - 'spec/models/post_spec.rb' -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. -# SupportedStyles: always, conditionals -Style/AndOr: - Exclude: - - 'config/unicorn.rb' - - 'lib/tasks/growstuff.rake' - # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle. # SupportedStyles: nested, compact @@ -119,13 +97,6 @@ Style/CommentedKeyword: - 'spec/models/photo_spec.rb' - 'spec/models/planting_spec.rb' -# Configuration parameters: EnforcedStyle. -# SupportedStyles: annotated, template, unannotated -Style/FormatStringToken: - Exclude: - - 'app/helpers/application_helper.rb' - - 'spec/helpers/application_helper_spec.rb' - Style/IdenticalConditionalBranches: Exclude: - 'app/controllers/follows_controller.rb' @@ -136,11 +107,6 @@ Style/MixinUsage: - 'bin/update' - 'spec/rails_helper.rb' -# Cop supports --auto-correct. -Style/MultilineIfModifier: - Exclude: - - 'spec/rails_helper.rb' - # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle. # SupportedStyles: predicate, comparison @@ -161,10 +127,3 @@ Style/RegexpLiteral: - 'spec/views/devise/registrations/edit_spec.rb' - 'spec/views/members/index.html.haml_spec.rb' - 'spec/views/posts/index.html.haml_spec.rb' - -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. -# SupportedStyles: single_quotes, double_quotes -Style/StringLiteralsInInterpolation: - Exclude: - - 'bin/yarn'