# This configuration was generated by `rubocop --auto-gen-config` # on 2014-11-29 13:48:01 -0500 using RuboCop version 0.27.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: 8 Metrics/AbcSize: Max: 327 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 397 # Offense count: 5 Metrics/CyclomaticComplexity: Max: 93 # Offense count: 195 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 254 # Offense count: 13 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 359 # Offense count: 4 Metrics/PerceivedComplexity: Max: 96 # Offense count: 7 Style/ClassVars: Enabled: false # Offense count: 69 Style/Documentation: Enabled: false # Offense count: 2 Style/DoubleNegation: Enabled: false # Offense count: 3 # Configuration parameters: Exclude. Style/FileName: Enabled: false # Offense count: 1 # Configuration parameters: NamePrefix, NamePrefixBlacklist. Style/PredicateName: Enabled: false