.rubocop_todo.yml in gris-0.5.8 vs .rubocop_todo.yml in gris-0.5.9

- old
+ new

@@ -1,14 +1,14 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2015-08-28 20:12:20 -0400 using RuboCop version 0.33.0. +# on 2015-12-21 17:33:53 -0500 using RuboCop version 0.34.2. # 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: 1 +# Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: AlignWith, SupportedStyles, AutoCorrect. Lint/EndAlignment: Enabled: false @@ -28,26 +28,27 @@ # Offense count: 3 Metrics/CyclomaticComplexity: Max: 11 -# Offense count: 76 +# Offense count: 83 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 159 -# Offense count: 9 +# Offense count: 11 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 32 # Offense count: 16 # Cop supports --auto-correct. # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. Style/CaseIndentation: Enabled: false -# Offense count: 25 +# Offense count: 22 +# Configuration parameters: Exclude. Style/Documentation: Enabled: false # Offense count: 2 Style/DoubleNegation: