# This configuration was generated by `rubocop --auto-gen-config` # on 2015-02-26 15:04:26 +0100 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: 9 Metrics/AbcSize: Max: 347 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 485 # Offense count: 6 Metrics/CyclomaticComplexity: Max: 99 # Offense count: 289 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 254 # Offense count: 17 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 368 # Offense count: 5 Metrics/PerceivedComplexity: Max: 101 # Offense count: 8 Style/ClassVars: Enabled: false # Offense count: 76 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