Sha256: 9f43cd90ea27778f02508f2fbbfd0b5123f43df04f493ab12f8ff805fdc0263a
Contents?: true
Size: 1.2 KB
Versions: 8
Compression:
Stored size: 1.2 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-03-25 18:32:26 -0700 using RuboCop version 0.50.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: 20 Metrics/AbcSize: Max: 53 # Offense count: 31 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 498 # Offense count: 9 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 673 # Offense count: 12 Metrics/CyclomaticComplexity: Max: 15 # Offense count: 364 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 310 # Offense count: 6 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 7 # Offense count: 7 Metrics/PerceivedComplexity: Max: 17 # Offense count: 2 Style/ClassVars: Exclude: - 'lib/stripe/stripe_object.rb' - 'test/stripe/api_resource_test.rb' # Offense count: 78 Style/Documentation: Enabled: false
Version data entries
8 entries across 8 versions & 1 rubygems