forked from ixti/sidekiq-throttled
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.rubocop_todo.yml
53 lines (46 loc) · 1.67 KB
/
.rubocop_todo.yml
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
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2023-05-15 03:31:18 UTC using RuboCop version 1.50.2.
# 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: 3
# Configuration parameters: AllowComments, AllowEmptyLambdas.
Lint/EmptyBlock:
Exclude:
- 'spec/lib/sidekiq/throttled/middleware_spec.rb'
- 'spec/lib/sidekiq/throttled/registry_spec.rb'
# Offense count: 2
# Configuration parameters: Max, CountAsOne.
RSpec/ExampleLength:
Exclude:
- 'spec/lib/sidekiq/throttled_spec.rb'
# Offense count: 35
# Configuration parameters: .
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
EnforcedStyle: receive
# Offense count: 4
# Configuration parameters: AllowSubject, Max.
RSpec/MultipleMemoizedHelpers:
Exclude:
- 'spec/lib/sidekiq/throttled/strategy_spec.rb'
# Offense count: 46
# Configuration parameters: Max, AllowedGroups.
RSpec/NestedGroups:
Exclude:
- 'spec/lib/sidekiq/throttled/registry_spec.rb'
- 'spec/lib/sidekiq/throttled/strategy/concurrency_spec.rb'
- 'spec/lib/sidekiq/throttled/strategy/threshold_spec.rb'
- 'spec/lib/sidekiq/throttled/strategy_spec.rb'
- 'spec/lib/sidekiq/throttled/web/stats_spec.rb'
# Offense count: 4
RSpec/StubbedMock:
Exclude:
- 'spec/lib/sidekiq/throttled/expirable_list_spec.rb'
- 'spec/lib/sidekiq/throttled/fetch_spec.rb'
# Offense count: 2
RSpec/SubjectStub:
Exclude:
- 'spec/lib/sidekiq/throttled/fetch_spec.rb'