.rubocop_todo.yml in robot-controller-2.0.0 vs .rubocop_todo.yml in robot-controller-2.0.1

- old
+ new

@@ -1,33 +1,37 @@ # This configuration was generated by `rubocop --auto-gen-config` -# on 2015-06-23 11:24:30 -0700 using RuboCop version 0.31.0. +# on 2015-07-01 12:52:10 -0700 using RuboCop version 0.32.1. # 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 Metrics/AbcSize: - Max: 37 + Max: 87 # Offense count: 1 +Metrics/BlockNesting: + Max: 4 + +# Offense count: 2 Metrics/CyclomaticComplexity: - Max: 9 + Max: 23 -# Offense count: 17 +# Offense count: 34 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: - Max: 130 + Max: 123 -# Offense count: 1 +# Offense count: 5 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 22 + Max: 88 -# Offense count: 1 +# Offense count: 2 Metrics/PerceivedComplexity: - Max: 9 + Max: 21 # Offense count: 1 # Configuration parameters: Exclude. Style/FileName: Enabled: false @@ -39,10 +43,5 @@ # Offense count: 5 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 6 - -# Offense count: 1 -# Configuration parameters: Methods. -Style/SingleLineBlockParams: - Enabled: false