diff --git a/.rubocop.yml b/.rubocop.yml index 75ea5f3..e0df35e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -69,7 +69,7 @@ RSpec/DescribeClass: RSpec/ExampleLength: Enabled: false -RSpec/FilePath: +RSpec/SpecFilePathFormat: CustomTransform: DaVinciPASTestKit: davinci_pas_test_kit diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8bad8d7..511a63f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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. @@ -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_