# This configuration was generated by `rubocop --auto-gen-config` # on 2015-04-06 10:04:21 -0700 using RuboCop version 0.30.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. # Offense count: 23 Metrics/AbcSize: Max: 186 # Offense count: 16 Metrics/BlockNesting: Max: 5 # Offense count: 7 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 331 # Offense count: 12 Metrics/CyclomaticComplexity: Max: 60 # Offense count: 349 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 231 # Offense count: 27 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 134 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 10 Metrics/PerceivedComplexity: Max: 46 # Offense count: 7 Style/Documentation: Enabled: false