# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-08-25 10:15:35 UTC using RuboCop version 0.89.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: 8
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
  Max: 25

# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 8

# Offense count: 1
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
Naming/MemoizedInstanceVariableName:
  Exclude:
    - 'lib/ibandit/sweden/bank_lookup.rb'

# Offense count: 1
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName:
  Exclude:
    - 'lib/ibandit/german_details_converter.rb'

# Offense count: 1
RSpec/DescribeClass:
  Exclude:
    - 'spec/ibandit/structure_spec.rb'

# Offense count: 1
# Configuration parameters: Max.
RSpec/ExampleLength:
  Exclude:
    - 'spec/ibandit/iban_spec.rb'

# Offense count: 1
RSpec/ExpectInHook:
  Exclude:
    - 'spec/ibandit/german_details_converter_spec.rb'

# Offense count: 12
RSpec/MultipleExpectations:
  Max: 2

# Offense count: 182
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
  Max: 7

# Offense count: 20
# Configuration parameters: IgnoreSharedExamples.
RSpec/NamedSubject:
  Exclude:
    - 'spec/ibandit/iban_spec.rb'

# Offense count: 368
RSpec/NestedGroups:
  Max: 6

# Offense count: 18
RSpec/ScatteredSetup:
  Exclude:
    - 'spec/ibandit/iban_assembler_spec.rb'
    - 'spec/ibandit/iban_spec.rb'

# Offense count: 13
RSpec/SubjectStub:
  Exclude:
    - 'spec/ibandit/iban_spec.rb'

# Offense count: 5
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
  Exclude:
    - 'spec/ibandit/iban_spec.rb'