Sha256: 9710076534519448c8e676d6c237d191d4d61c6bb5842c011ab9ff29b1dde7ab

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

detectors:
  IrresponsibleModule:
    enabled: false

  FeatureEnvy:
    exclude:
      - Truemail::RSpec::ConfigurationHelper#create_configuration
      - Truemail::RSpec::ValidatorHelper#request_instance
      - Truemail::RSpec::AuditorHelper#create_auditor

  ControlParameter:
    exclude:
      - Truemail::RSpec::AuditorHelper#create_auditor
      - Truemail::RSpec::ValidatorHelper#create_servers_list

  NestedIterators:
    exclude:
      - Truemail::RSpec::ConfigurationHelper#configuration_block

  BooleanParameter:
    exclude:
      - Truemail::RSpec::ValidatorHelper#create_validator
      - Truemail::RSpec::AuditorHelper#create_auditor

  DuplicateMethodCall:
    exclude:
      - Truemail::RSpec::ValidatorHelper#mx_layer
      - Truemail::RSpec::ValidatorHelper#mx_blacklist_layer
      - Truemail::RSpec::ValidatorHelper#smtp_layer
      - Truemail::RSpec::ValidatorHelper#unstub_validation_layers

  TooManyInstanceVariables:
    exclude:
      - Truemail::RSpec::ValidatorHelper::ValidatorFactory

  LongParameterList:
    enabled: false

  TooManyStatements:
    enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
truemail-rspec-0.7.0 .reek.yml
truemail-rspec-0.6.0 .reek.yml