|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2023-07-18 20:10:02 UTC using RuboCop version 1.54.2. |
| 3 | +# on 2024-05-27 16:23:11 UTC using RuboCop version 1.55.1. |
4 | 4 | # The point is for the user to remove these configuration records
|
5 | 5 | # one by one as the offenses are removed from the code base.
|
6 | 6 | # Note that changes in the inspected code, or installation of new
|
@@ -64,6 +64,30 @@ RSpec/RepeatedDescription:
|
64 | 64 | Exclude:
|
65 | 65 | - 'spec/requests/active_record_sql_metrics_spec.rb'
|
66 | 66 |
|
| 67 | +# Offense count: 4 |
| 68 | +# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata. |
| 69 | +# Include: **/*_spec.rb |
| 70 | +RSpec/SpecFilePathFormat: |
| 71 | + Exclude: |
| 72 | + - '**/spec/routing/**/*' |
| 73 | + - 'spec/unit/block_instrumentation_spec.rb' |
| 74 | + - 'spec/unit/configuration_spec.rb' |
| 75 | + - 'spec/unit/sql/normalizer_spec.rb' |
| 76 | + - 'spec/unit/sql/query_spec.rb' |
| 77 | + |
| 78 | +# Offense count: 1 |
| 79 | +# Configuration parameters: Include. |
| 80 | +# Include: **/*_spec*rb*, **/spec/**/* |
| 81 | +RSpec/SpecFilePathSuffix: |
| 82 | + Exclude: |
| 83 | + - 'spec/unit/tags.rb' |
| 84 | + |
| 85 | +# Offense count: 1 |
| 86 | +# This cop supports safe autocorrection (--autocorrect). |
| 87 | +RSpecRails/MinitestAssertions: |
| 88 | + Exclude: |
| 89 | + - 'spec/requests/logger_spec.rb' |
| 90 | + |
67 | 91 | # Offense count: 1
|
68 | 92 | # This cop supports safe autocorrection (--autocorrect).
|
69 | 93 | Rake/Desc:
|
|
0 commit comments