Skip to content

Commit

Permalink
rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnaden committed Aug 7, 2024
1 parent 621f54c commit a8c90ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RSpec/DescribeClass:
RSpec/ExampleLength:
Enabled: false

RSpec/FilePath:
RSpec/SpecFilePathFormat:
CustomTransform:
DaVinciPASTestKit: davinci_pas_test_kit

Expand Down
20 changes: 9 additions & 11 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-04-16 12:37:07 UTC using RuboCop version 1.63.1.
# on 2024-08-07 18:07:48 UTC using RuboCop version 1.65.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: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/AddRuntimeDependency:
Exclude:
- 'davinci_pas_test_kit.gemspec'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
Expand Down Expand Up @@ -45,16 +53,6 @@ Naming/PredicateName:
- 'spec/**/*'
- 'lib/davinci_pas_test_kit/must_support_test.rb'

# Offense count: 4
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
# Include: **/*_spec*rb*, **/spec/**/*
RSpec/FilePath:
Exclude:
- 'spec/davinci_pas_test_kit/v2.0.1/must_support_test_spec.rb'
- 'spec/davinci_pas_test_kit/v2.0.1/pas_bundle_validation_spec.rb'
- 'spec/davinci_pas_test_kit/v2.0.1/pas_submission_error_test_spec.rb'
- 'spec/davinci_pas_test_kit/v2.0.1/profile_claim_operation_test_spec.rb'

# Offense count: 1
# Configuration parameters: AllowedPatterns.
# AllowedPatterns: ^expect_, ^assert_
Expand Down

0 comments on commit a8c90ca

Please sign in to comment.