# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-10-06 23:31:05 +0900 using RuboCop version 0.34.2. # 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: 17 Metrics/AbcSize: Max: 32 # Offense count: 1 Metrics/BlockNesting: Max: 4 # Offense count: 4 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 341 # Offense count: 7 Metrics/CyclomaticComplexity: Max: 12 # Offense count: 214 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 199 # Offense count: 20 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 29 # Offense count: 5 Metrics/PerceivedComplexity: Max: 13 # Offense count: 45 # Configuration parameters: Exclude. Style/Documentation: Enabled: false