# This configuration was generated by `rubocop --auto-gen-config` # on 2015-07-01 12:52:10 -0700 using RuboCop version 0.32.1. # 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: 3 Metrics/AbcSize: Max: 87 # Offense count: 1 Metrics/BlockNesting: Max: 4 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 23 # Offense count: 34 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 123 # Offense count: 5 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 88 # Offense count: 2 Metrics/PerceivedComplexity: Max: 21 # Offense count: 1 # Configuration parameters: Exclude. Style/FileName: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/FormatString: Enabled: false # Offense count: 5 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 6