.rubocop-todo.yml in polytrix-0.1.2 vs .rubocop-todo.yml in polytrix-0.1.3

- old
+ new

@@ -1,19 +1,28 @@ # This configuration was generated by `rubocop --auto-gen-config` -# on 2014-06-12 15:05:43 -0400 using RuboCop version 0.18.1. +# on 2014-10-06 19:48:04 -0400 using RuboCop version 0.18.1. # The point is for the user to remove these configuration records # one by one as the offences 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. -# Offence count: 41 +# Offence count: 1 +# Configuration parameters: CountComments. +ClassLength: + Max: 124 + +# Offence count: 3 +CyclomaticComplexity: + Max: 13 + +# Offence count: 83 Documentation: Enabled: false -# Offence count: 57 +# Offence count: 168 LineLength: Max: 165 -# Offence count: 6 +# Offence count: 34 # Configuration parameters: CountComments. MethodLength: - Max: 21 + Max: 23