-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
20 lines (18 loc) · 763 Bytes
/
.rubocop_todo.yml
File metadata and controls
20 lines (18 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2026-01-02 20:36:46 UTC using RuboCop version 1.79.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
# Configuration parameters: Max, CountAsOne.
RSpec/ExampleLength:
Exclude:
- 'spec/requests/devise/two_factor_authentication_spec.rb'
# Offense count: 9
# Configuration parameters: Max.
RSpec/MultipleExpectations:
Exclude:
- 'spec/requests/devise/passkey_authentication_spec.rb'
- 'spec/requests/devise/two_factor_authentication_spec.rb'