Skip to content

Commit 511f7e1

Browse files
committed
Regenerate RuboCop TODO file
With `bin/rubocop --regenerate-todo`
1 parent fbff61d commit 511f7e1

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

.rubocop_todo.yml

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `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.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -64,6 +64,30 @@ RSpec/RepeatedDescription:
6464
Exclude:
6565
- 'spec/requests/active_record_sql_metrics_spec.rb'
6666

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+
6791
# Offense count: 1
6892
# This cop supports safe autocorrection (--autocorrect).
6993
Rake/Desc:

0 commit comments

Comments
 (0)