Skip to content

Commit e745e58

Browse files
dblockCopilot
andcommitted
Rubocop --auto-gen-config
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 70569d0 commit e745e58

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.rubocop_todo.yml

Lines changed: 7 additions & 6 deletions
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 2025-10-01 23:31:00 UTC using RuboCop version 1.81.1.
3+
# on 2026-05-18 22:08:00 UTC using RuboCop version 1.86.2.
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
@@ -41,7 +41,7 @@ Naming/HeredocDelimiterNaming:
4141
# Offense count: 1
4242
# Configuration parameters: Mode, AllowedMethods, AllowedPatterns, AllowBangMethods, WaywardPredicates.
4343
# AllowedMethods: call
44-
# WaywardPredicates: nonzero?
44+
# WaywardPredicates: infinite?, nonzero?
4545
Naming/PredicateMethod:
4646
Exclude:
4747
- 'lib/commands/base.rb'
@@ -75,7 +75,7 @@ RSpec/ContextWording:
7575
# Offense count: 9
7676
# Configuration parameters: CountAsOne.
7777
RSpec/ExampleLength:
78-
Max: 11
78+
Max: 38
7979

8080
# Offense count: 1
8181
# Configuration parameters: AssignmentOnly.
@@ -96,7 +96,7 @@ RSpec/MessageSpies:
9696

9797
# Offense count: 21
9898
RSpec/MultipleExpectations:
99-
Max: 6
99+
Max: 10
100100

101101
# Offense count: 1
102102
# Configuration parameters: AllowSubject.
@@ -109,7 +109,8 @@ RSpec/NestedGroups:
109109
Max: 5
110110

111111
# Offense count: 13
112-
# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata.
112+
# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata, InflectorPath, EnforcedInflector.
113+
# SupportedInflectors: default, active_support
113114
RSpec/SpecFilePathFormat:
114115
Exclude:
115116
- '**/spec/routing/**/*'
@@ -129,7 +130,7 @@ RSpec/SpecFilePathFormat:
129130

130131
# Offense count: 9
131132
# This cop supports safe autocorrection (--autocorrect).
132-
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
133+
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings.
133134
# URISchemes: http, https
134135
Layout/LineLength:
135136
Max: 149

0 commit comments

Comments
 (0)