# This configuration was generated by `rubocop --auto-gen-config` # 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: 1 # Configuration parameters: CountComments. ClassLength: Max: 124 # Offence count: 3 CyclomaticComplexity: Max: 13 # Offence count: 83 Documentation: Enabled: false # Offence count: 168 LineLength: Max: 165 # Offence count: 34 # Configuration parameters: CountComments. MethodLength: Max: 23