# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-05-08 06:18:31 +0300 using RuboCop version 0.39.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: 2 Metrics/AbcSize: Max: 30 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 11 # Offense count: 65 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 152 # Offense count: 2 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 36 # Offense count: 2 Metrics/PerceivedComplexity: Max: 14 # Offense count: 2 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/grape-swagger/representable.rb' - 'lib/grape-swagger/representable/parser.rb'