-
Notifications
You must be signed in to change notification settings - Fork 230
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
70 lines (62 loc) · 2.38 KB
/
Copy path.rubocop_todo.yml
File metadata and controls
70 lines (62 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2026-01-25 10:02:57 UTC using RuboCop version 1.82.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: 5
# Configuration parameters: EnforcedStyle, AllowedGems.
# SupportedStyles: Gemfile, gems.rb, gemspec
Gemspec/DevelopmentDependencies:
Exclude:
- 'sorcery.gemspec'
# Offense count: 66
RSpec/BeforeAfterAll:
Enabled: false
# Offense count: 157
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
# SupportedStyles: described_class, explicit
RSpec/DescribedClass:
Exclude:
- 'spec/active_record/user_activation_spec.rb'
- 'spec/active_record/user_activity_logging_spec.rb'
- 'spec/active_record/user_brute_force_protection_spec.rb'
- 'spec/active_record/user_magic_login_spec.rb'
- 'spec/active_record/user_oauth_spec.rb'
- 'spec/active_record/user_remember_me_spec.rb'
- 'spec/active_record/user_reset_password_spec.rb'
- 'spec/active_record/user_spec.rb'
# Offense count: 59
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 18
# Offense count: 72
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
- 'spec/active_record/user_activation_spec.rb'
- 'spec/active_record/user_spec.rb'
- 'spec/controllers/sorcery_controller_http_basic_auth_spec.rb'
- 'spec/controllers/sorcery_controller_oauth2_spec.rb'
- 'spec/controllers/sorcery_controller_remember_me_spec.rb'
- 'spec/sorcery/crypto_providers_spec.rb'
# Offense count: 75
# Configuration parameters: .
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
EnforcedStyle: receive
# Offense count: 54
# Configuration parameters: AllowedGroups.
RSpec/NestedGroups:
Max: 6
# Offense count: 32
RSpec/StubbedMock:
Exclude:
- 'spec/active_record/user_spec.rb'
- 'spec/controllers/sorcery_controller_http_basic_auth_spec.rb'
- 'spec/controllers/sorcery_controller_oauth2_spec.rb'
- 'spec/controllers/sorcery_controller_oauth_spec.rb'
- 'spec/controllers/sorcery_controller_remember_me_spec.rb'
- 'spec/controllers/sorcery_controller_spec.rb'