# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-05-30 14:34:05 +0100 using RuboCop version 0.70.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: 10
Metrics/AbcSize:
  Max: 25

# Offense count: 4
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: io, id, to, by, on, in, at, ip, db
Naming/UncommunicativeMethodParamName:
  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
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
  Max: 2

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

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

# Offense count: 3
RSpec/ScatteredLet:
  Exclude:
    - 'spec/ibandit/iban_spec.rb'

# 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'