Skip to content

Commit

Permalink
Fix RSpec/SpecFilePathFormat RuboCop offenses manually
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed May 28, 2024
1 parent 281ee2b commit 255dd7b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ RSpec/RepeatedDescription:
Exclude:
- 'spec/requests/active_record_sql_metrics_spec.rb'

# Offense count: 4
# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
# Include: **/*_spec.rb
RSpec/SpecFilePathFormat:
Exclude:
- '**/spec/routing/**/*'
- 'spec/unit/block_instrumentation_spec.rb'
- 'spec/unit/configuration_spec.rb'
- 'spec/unit/sql/normalizer_spec.rb'
- 'spec/unit/sql/query_spec.rb'

# Offense count: 1
# Configuration parameters: Include.
# Include: **/*_spec*rb*, **/spec/**/*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 255dd7b

Please sign in to comment.