Skip to content

Commit

Permalink
Merge pull request #149 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Merged by automated merge script
  • Loading branch information
aaron-collier authored Aug 10, 2020
2 parents 95fbe0a + 3c147dc commit 0bfc47e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-shared_configs (0.2.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand Down Expand Up @@ -179,7 +179,7 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.88.0)
rubocop (0.89.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
Expand Down

0 comments on commit 0bfc47e

Please sign in to comment.