Sha256: 1a6652dee44e8888872fd1d92a5fb8abf7f1ca7e922e7eb788ab5e3ee3e8a0e7

Contents?: true

Size: 1.73 KB

Versions: 2

Compression:

Stored size: 1.73 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-10-18 09:23:39 +0100 using RuboCop version 0.58.2.
# 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: 26

# Offense count: 3
Metrics/CyclomaticComplexity:
  Max: 8

# 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: 8
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
  Max: 2

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

# Offense count: 344
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: 4
# Configuration parameters: IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
  Exclude:
    - 'spec/ibandit/iban_spec.rb'

# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'spec/**/*'
    - 'lib/ibandit/iban.rb'
    - 'lib/ibandit/pseudo_iban_assembler.rb'
    - 'lib/ibandit/pseudo_iban_splitter.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ibandit-0.11.22 .rubocop_todo.yml
ibandit-0.11.20 .rubocop_todo.yml