# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-08-19 13:42:13 +0200 using RuboCop version 0.58.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: 1 # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'mollie-api-ruby.gemspec' # Offense count: 45 Lint/DuplicateMethods: Exclude: - 'lib/mollie/amount.rb' - 'lib/mollie/chargeback.rb' - 'lib/mollie/client.rb' - 'lib/mollie/customer.rb' - 'lib/mollie/customer/mandate.rb' - 'lib/mollie/customer/subscription.rb' - 'lib/mollie/invoice.rb' - 'lib/mollie/order.rb' - 'lib/mollie/order/line.rb' - 'lib/mollie/order/shipment.rb' - 'lib/mollie/payment/capture.rb' - 'lib/mollie/organization.rb' - 'lib/mollie/payment.rb' - 'lib/mollie/profile.rb' - 'lib/mollie/refund.rb' - 'lib/mollie/settlement.rb' # Offense count: 15 Metrics/AbcSize: Max: 227 # Offense count: 7 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 295 Exclude: - 'test/**/*' # Offense count: 1 Metrics/CyclomaticComplexity: Max: 13 # Offense count: 37 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 140 # Offense count: 1 Metrics/PerceivedComplexity: Max: 10 # Offense count: 1 # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. # AllowedNames: io, id, to, by, on, in, at Naming/UncommunicativeMethodParamName: Exclude: - 'lib/mollie/client.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: braces, no_braces, context_dependent Style/BracesAroundHashParameters: Exclude: - 'test/mollie/client_test.rb' # Offense count: 21 Style/Documentation: Enabled: false # Offense count: 2 Style/DoubleNegation: Exclude: - 'lib/mollie/base.rb' - 'lib/mollie/chargeback.rb' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Exclude: - 'lib/mollie/util.rb' - 'test/mollie/client_test.rb' # Offense count: 164 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 157