.rubocop_todo.yml in robot-controller-2.0.2 vs .rubocop_todo.yml in robot-controller-2.0.3
- old
+ new
@@ -1,36 +1,36 @@
# This configuration was generated by `rubocop --auto-gen-config`
-# on 2015-07-01 12:52:10 -0700 using RuboCop version 0.32.1.
+# on 2015-08-20 12:41:25 -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: 3
Metrics/AbcSize:
- Max: 87
+ Max: 92
# Offense count: 1
Metrics/BlockNesting:
Max: 4
# Offense count: 2
Metrics/CyclomaticComplexity:
- Max: 23
+ Max: 24
# Offense count: 34
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 123
# Offense count: 5
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 88
+ Max: 89
# Offense count: 2
Metrics/PerceivedComplexity:
- Max: 21
+ Max: 22
# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName:
Enabled: false