Sha256: a46e95d76a09931c5c90df1670539aa72698b7e74123b25de9c70b83e802bb38

Contents?: true

Size: 1.17 KB

Versions: 5

Compression:

Stored size: 1.17 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

  UtilityFunction:
    exclude:
      - Truemail::RSpec::ValidatorHelper#create_servers_list

  LongParameterList:
    enabled: false

  TooManyStatements:
    enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
truemail-rspec-1.0.0 .reek.yml
truemail-rspec-0.9.2 .reek.yml
truemail-rspec-0.9.1 .reek.yml
truemail-rspec-0.9.0 .reek.yml
truemail-rspec-0.8.0 .reek.yml