Skip to content

Commit 3a53111

Browse files
committed
Updates for Rubocop 0.32.0
1 parent 3b5b01e commit 3a53111

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This configuration was generated by `rubocop --auto-gen-config`
2-
# on 2015-03-12 18:28:12 -0700 using RuboCop version 0.29.1.
2+
# on 2015-06-07 18:25:43 -0400 using RuboCop version 0.32.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
@@ -17,7 +17,7 @@ Metrics/BlockNesting:
1717
Metrics/CyclomaticComplexity:
1818
Max: 23
1919

20-
# Offense count: 237
20+
# Offense count: 283
2121
# Configuration parameters: AllowURI, URISchemes.
2222
Metrics/LineLength:
2323
Max: 232
@@ -33,10 +33,11 @@ Metrics/PerceivedComplexity:
3333

3434
# Offense count: 40
3535
# Cop supports --auto-correct.
36+
# Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods.
3637
Style/BlockDelimiters:
3738
Enabled: false
3839

39-
# Offense count: 10
40+
# Offense count: 12
4041
Style/Documentation:
4142
Enabled: false
4243

@@ -45,11 +46,12 @@ Style/Documentation:
4546
Style/GlobalVars:
4647
Enabled: false
4748

48-
# Offense count: 12
49+
# Offense count: 13
4950
# Cop supports --auto-correct.
5051
Style/NumericLiterals:
5152
MinDigits: 20
5253

54+
# Offense count: 673
5355
# Cop supports --auto-correct.
5456
# Configuration parameters: EnforcedStyle, SupportedStyles.
5557
Style/StringLiterals:

0 commit comments

Comments
 (0)