-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
83 lines (67 loc) · 1.73 KB
/
Copy path.rubocop_todo.yml
File metadata and controls
83 lines (67 loc) · 1.73 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
71
72
73
74
75
76
77
78
79
80
81
82
83
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-06-17 13:41:54 -0500 using RuboCop version 0.85.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
# Cop supports --auto-correct.
RSpec/Capybara:
Exclude:
# Offense count: 76
RSpec/AnyInstance:
Enabled: false
# Offense count: 715
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
RSpec/ContextWording:
Enabled: false
# Offense count: 321
# Configuration parameters: Max.
RSpec/ExampleLength:
Enabled: false
# Offense count: 28
# Cop supports --auto-correct.
RSpec/ExpectActual:
Exclude:
- 'spec/routing/**/*'
# Offense count: 8
# Configuration parameters: CustomTransform, IgnoreMethods, SpecSuffixOnly.
RSpec/FilePath:
Exclude:
- 'spec/factories_spec.rb'
# Offense count: 9
RSpec/LeakyConstantDeclaration:
Exclude:
# Offense count: 209
RSpec/LetSetup:
Enabled: false
# Offense count: 107
# Configuration parameters: EnforcedStyle.
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
Enabled: false
# Offense count: 622
RSpec/MultipleExpectations:
Max: 15
# Offense count: 50
# Configuration parameters: IgnoreSharedExamples.
RSpec/NamedSubject:
Exclude:
# Offense count: 588
RSpec/NestedGroups:
Max: 8
# Offense count: 6
RSpec/RepeatedExample:
Exclude:
# Offense count: 8
RSpec/ScatteredSetup:
Exclude:
# Offense count: 17
RSpec/SubjectStub:
Exclude:
# Offense count: 47
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
Enabled: false