Skip to content

Commit

Permalink
Run rubocop --auto-gen-config after update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed Aug 10, 2020
1 parent a37d2c2 commit 3c147dc
Showing 1 changed file with 18 additions and 23 deletions.
41 changes: 18 additions & 23 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2020-07-15 19:31:17 UTC using RuboCop version 0.87.0.
# `rubocop --auto-gen-config`
# on 2020-08-10 16:02:37 UTC using RuboCop version 0.89.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.

# Offense count: 2
# Configuration parameters: IgnoredMethods, Max.
Metrics/AbcSize:
# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'lib/modsulator.rb'
- 'modsulator.gemspec'

# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
Max: 22

# Offense count: 4
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods.
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
Exclude:
- '**/*.gemspec'
- 'spec/features/validator_unit_spec.rb'
- 'spec/integration_tests/integration_spec.rb'
Max: 38

# Offense count: 2
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods.
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
Metrics/MethodLength:
Exclude:
- 'lib/modsulator.rb'
Max: 12

# Offense count: 1
Naming/AccessorMethodName:
Expand Down Expand Up @@ -71,14 +73,7 @@ Style/RedundantFetchBlock:

# Offense count: 17
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Exclude:
- 'app/models/modsulator_sheet.rb'
- 'app/services/validator.rb'
- 'lib/modsulator.rb'
- 'modsulator.gemspec'
- 'spec/controllers/modsulator_controller_spec.rb'
- 'spec/features/validator_unit_spec.rb'
- 'spec/integration_tests/integration_spec.rb'
Max: 234

0 comments on commit 3c147dc

Please sign in to comment.