.rubocop_todo.yml in gris-0.4.3 vs .rubocop_todo.yml in gris-0.4.4
- old
+ new
@@ -1,7 +1,7 @@
# This configuration was generated by `rubocop --auto-gen-config`
-# on 2015-05-20 22:54:33 -0400 using RuboCop version 0.31.0.
+# on 2015-08-17 12:39:38 -0400 using RuboCop version 0.31.0.
# 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.
@@ -9,43 +9,38 @@
# Cop supports --auto-correct.
# Configuration parameters: AlignWith, SupportedStyles, AutoCorrect.
Lint/EndAlignment:
Enabled: false
-# Offense count: 5
+# Offense count: 6
Metrics/AbcSize:
- Max: 38
+ Max: 33
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 112
# Offense count: 2
Metrics/CyclomaticComplexity:
Max: 11
-# Offense count: 67
+# Offense count: 74
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 159
-# Offense count: 9
+# Offense count: 11
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 27
+ Max: 33
# Offense count: 16
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
Enabled: false
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/ClosingParenthesisIndentation:
- Enabled: false
-
-# Offense count: 24
+# Offense count: 27
Style/Documentation:
Enabled: false
# Offense count: 1
Style/DoubleNegation: