Regen rubocop todo

This commit is contained in:
Brenda Wallace
2018-06-04 16:20:39 +12:00
parent 05bfbda5f5
commit f58c6c8f54

View File

@@ -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'