Skip to content

Commit df83462

Browse files
chore(rubocop): update rubocop_todo
1 parent 6595bfa commit df83462

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2026-01-02 20:36:46 UTC using RuboCop version 1.79.1.
3+
# on 2026-01-30 17:09:39 UTC using RuboCop version 1.79.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
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 1
9+
# Offense count: 3
1010
# Configuration parameters: Max, CountAsOne.
1111
RSpec/ExampleLength:
1212
Exclude:
1313
- 'spec/requests/devise/two_factor_authentication_spec.rb'
14-
15-
# Offense count: 9
16-
# Configuration parameters: Max.
17-
RSpec/MultipleExpectations:
18-
Exclude:
19-
- 'spec/requests/devise/passkey_authentication_spec.rb'
20-
- 'spec/requests/devise/two_factor_authentication_spec.rb'

0 commit comments

Comments
 (0)