.rubocop_todo.yml in gris-0.4.9 vs .rubocop_todo.yml in gris-0.5.0

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2015-08-21 11:50:50 -0400 using RuboCop version 0.33.0. +# on 2015-08-28 20:12:20 -0400 using RuboCop version 0.33.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. @@ -28,11 +28,11 @@ # Offense count: 3 Metrics/CyclomaticComplexity: Max: 11 -# Offense count: 83 +# Offense count: 76 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 159 # Offense count: 9 @@ -44,10 +44,10 @@ # Cop supports --auto-correct. # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. Style/CaseIndentation: Enabled: false -# Offense count: 29 +# Offense count: 25 Style/Documentation: Enabled: false # Offense count: 2 Style/DoubleNegation: