Skip to content

Commit c6fd8b5

Browse files
committed
Regenerate rubocop_todo.yml
1 parent c635b76 commit c6fd8b5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.rubocop_todo.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-06-17 13:11:25 UTC using RuboCop version 1.64.1.
3+
# on 2025-01-27 13:38:06 UTC using RuboCop version 1.71.0.
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
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 2
9+
# Offense count: 1
1010
# This cop supports safe autocorrection (--autocorrect).
11-
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
11+
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
1212
# URISchemes: http, https
1313
Layout/LineLength:
1414
Exclude:
@@ -40,10 +40,11 @@ RSpec/NoExpectationExample:
4040

4141
# Offense count: 11
4242
# This cop supports unsafe autocorrection (--autocorrect-all).
43-
# Configuration parameters: .
44-
# SupportedStyles: constant, string
4543
RSpec/VerifiedDoubleReference:
46-
EnforcedStyle: string
44+
Exclude:
45+
- 'spec/active_storage_blob_extensions/active_storage_blob_content_types_spec.rb'
46+
- 'spec/jobs/attach_remote_file_to_upload_job_spec.rb'
47+
- 'spec/models/job_tracker_spec.rb'
4748

4849
# Offense count: 18
4950
Rails/I18nLocaleTexts:

0 commit comments

Comments
 (0)