1
1
# This configuration was generated by `rubocop --auto-gen-config`
2
- # on 2015-06-03 09:20:43 -0400 using RuboCop version 0.29.1 .
2
+ # on 2015-06-04 09:15:17 -0400 using RuboCop version 0.31.0 .
3
3
# The point is for the user to remove these configuration records
4
4
# one by one as the offenses are removed from the code base.
5
5
# Note that changes in the inspected code, or installation of new
6
6
# versions of RuboCop, may require this file to be generated again.
7
7
8
- # Offense count: 33
9
- # Cop supports --auto-correct.
10
- Lint/UnusedBlockArgument :
11
- Enabled : false
12
-
13
- # Offense count: 27
14
- # Cop supports --auto-correct.
15
- Lint/UnusedMethodArgument :
16
- Enabled : false
17
-
18
8
# Offense count: 37
19
9
Metrics/AbcSize :
20
10
Max : 48
@@ -32,7 +22,7 @@ Metrics/ClassLength:
32
22
Metrics/CyclomaticComplexity :
33
23
Max : 20
34
24
35
- # Offense count: 676
25
+ # Offense count: 675
36
26
# Configuration parameters: AllowURI, URISchemes.
37
27
Metrics/LineLength :
38
28
Max : 198
@@ -42,19 +32,19 @@ Metrics/LineLength:
42
32
Metrics/MethodLength :
43
33
Max : 35
44
34
35
+ # Offense count: 8
36
+ # Configuration parameters: CountComments.
37
+ Metrics/ModuleLength :
38
+ Max : 243
39
+
45
40
# Offense count: 17
46
41
Metrics/PerceivedComplexity :
47
42
Max : 22
48
43
49
- # Offense count: 46
50
- # Cop supports --auto-correct.
51
- Style/Blocks :
52
- Enabled : false
53
-
54
- # Offense count: 6
44
+ # Offense count: 26
55
45
# Cop supports --auto-correct.
56
- # Configuration parameters: EnforcedStyle, SupportedStyles.
57
- Style/ClassCheck :
46
+ # Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods .
47
+ Style/BlockDelimiters :
58
48
Enabled : false
59
49
60
50
# Offense count: 174
@@ -69,40 +59,18 @@ Style/DoubleNegation:
69
59
Style/EachWithObject :
70
60
Enabled : false
71
61
72
- # Offense count: 1
73
- Style/EmptyElse :
74
- Enabled : false
75
-
76
62
# Offense count: 15
77
63
# Configuration parameters: MinBodyLength.
78
64
Style/GuardClause :
79
65
Enabled : false
80
66
81
- # Offense count: 3
82
- # Cop supports --auto-correct.
83
- # Configuration parameters: EnforcedStyle, SupportedStyles.
84
- Style/HashSyntax :
85
- Enabled : false
86
-
87
- # Offense count: 15
88
- # Cop supports --auto-correct.
89
- Style/IndentArray :
90
- Enabled : false
91
-
92
- # Offense count: 20
67
+ # Offense count: 4
93
68
# Cop supports --auto-correct.
94
69
Style/Lambda :
95
70
Enabled : false
96
71
97
- # Offense count: 1
98
- # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
99
- Style/Next :
100
- Enabled : false
101
-
102
72
# Offense count: 3
103
- # Cop supports --auto-correct.
104
- # Configuration parameters: PreferredDelimiters.
105
- Style/PercentLiteralDelimiters :
73
+ Style/MultilineTernaryOperator :
106
74
Enabled : false
107
75
108
76
# Offense count: 3
@@ -114,29 +82,3 @@ Style/PredicateName:
114
82
# Configuration parameters: EnforcedStyle, SupportedStyles.
115
83
Style/RaiseArgs :
116
84
Enabled : false
117
-
118
- # Offense count: 4
119
- # Configuration parameters: MaxSlashes.
120
- Style/RegexpLiteral :
121
- Enabled : false
122
-
123
- # Offense count: 11
124
- # Cop supports --auto-correct.
125
- # Configuration parameters: EnforcedStyle, SupportedStyles.
126
- Style/SpaceBeforeBlockBraces :
127
- Enabled : false
128
-
129
- # Offense count: 12
130
- # Cop supports --auto-correct.
131
- Style/SpaceBeforeSemicolon :
132
- Enabled : false
133
-
134
- # Offense count: 1
135
- # Cop supports --auto-correct.
136
- Style/SpecialGlobalVars :
137
- Enabled : false
138
-
139
- # Offense count: 2
140
- # Cop supports --auto-correct.
141
- Style/UnneededPercentQ :
142
- Enabled : false
0 commit comments