-
Notifications
You must be signed in to change notification settings - Fork 17
/
.rubocop_todo.yml
83 lines (69 loc) · 2.08 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
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-08-25 10:15:35 UTC using RuboCop version 0.89.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: 8
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
Max: 25
# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 8
# Offense count: 1
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
Naming/MemoizedInstanceVariableName:
Exclude:
- 'lib/ibandit/sweden/bank_lookup.rb'
# Offense count: 1
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName:
Exclude:
- 'lib/ibandit/german_details_converter.rb'
# Offense count: 1
RSpec/DescribeClass:
Exclude:
- 'spec/ibandit/structure_spec.rb'
# Offense count: 1
# Configuration parameters: Max.
RSpec/ExampleLength:
Exclude:
- 'spec/ibandit/iban_spec.rb'
# Offense count: 1
RSpec/ExpectInHook:
Exclude:
- 'spec/ibandit/german_details_converter_spec.rb'
# Offense count: 12
RSpec/MultipleExpectations:
Max: 2
# Offense count: 182
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
Max: 7
# Offense count: 20
# Configuration parameters: IgnoreSharedExamples.
RSpec/NamedSubject:
Exclude:
- 'spec/ibandit/iban_spec.rb'
# Offense count: 368
RSpec/NestedGroups:
Max: 6
# Offense count: 18
RSpec/ScatteredSetup:
Exclude:
- 'spec/ibandit/iban_assembler_spec.rb'
- 'spec/ibandit/iban_spec.rb'
# Offense count: 13
RSpec/SubjectStub:
Exclude:
- 'spec/ibandit/iban_spec.rb'
# Offense count: 5
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
Exclude:
- 'spec/ibandit/iban_spec.rb'