11# 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 .
33# The point is for the user to remove these configuration records
44# one by one as the offenses are removed from the code base.
55# Note that changes in the inspected code, or installation of new
66# versions of RuboCop, may require this file to be generated again.
77
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-
188# Offense count: 37
199Metrics/AbcSize :
2010 Max : 48
@@ -32,7 +22,7 @@ Metrics/ClassLength:
3222Metrics/CyclomaticComplexity :
3323 Max : 20
3424
35- # Offense count: 676
25+ # Offense count: 675
3626# Configuration parameters: AllowURI, URISchemes.
3727Metrics/LineLength :
3828 Max : 198
@@ -42,19 +32,19 @@ Metrics/LineLength:
4232Metrics/MethodLength :
4333 Max : 35
4434
35+ # Offense count: 8
36+ # Configuration parameters: CountComments.
37+ Metrics/ModuleLength :
38+ Max : 243
39+
4540# Offense count: 17
4641Metrics/PerceivedComplexity :
4742 Max : 22
4843
49- # Offense count: 46
50- # Cop supports --auto-correct.
51- Style/Blocks :
52- Enabled : false
53-
54- # Offense count: 6
44+ # Offense count: 26
5545# Cop supports --auto-correct.
56- # Configuration parameters: EnforcedStyle, SupportedStyles.
57- Style/ClassCheck :
46+ # Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods .
47+ Style/BlockDelimiters :
5848 Enabled : false
5949
6050# Offense count: 174
@@ -69,40 +59,18 @@ Style/DoubleNegation:
6959Style/EachWithObject :
7060 Enabled : false
7161
72- # Offense count: 1
73- Style/EmptyElse :
74- Enabled : false
75-
7662# Offense count: 15
7763# Configuration parameters: MinBodyLength.
7864Style/GuardClause :
7965 Enabled : false
8066
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
9368# Cop supports --auto-correct.
9469Style/Lambda :
9570 Enabled : false
9671
97- # Offense count: 1
98- # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
99- Style/Next :
100- Enabled : false
101-
10272# Offense count: 3
103- # Cop supports --auto-correct.
104- # Configuration parameters: PreferredDelimiters.
105- Style/PercentLiteralDelimiters :
73+ Style/MultilineTernaryOperator :
10674 Enabled : false
10775
10876# Offense count: 3
@@ -114,29 +82,3 @@ Style/PredicateName:
11482# Configuration parameters: EnforcedStyle, SupportedStyles.
11583Style/RaiseArgs :
11684 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