Sha256: 5d833ebb898c09ab335677b421c393b4b6cbcb28ca239faa3005f3c214733c18

Contents?: true

Size: 879 Bytes

Versions: 7

Compression:

Stored size: 879 Bytes

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

  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#smtp_layer
      - Truemail::RSpec::ValidatorHelper#unstub_validation_layers

  LongParameterList:
    enabled: false

  TooManyStatements:
    enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
truemail-rspec-0.4.0 .reek.yml
truemail-rspec-0.3.3 .reek.yml
truemail-rspec-0.3.2 .reek.yml
truemail-rspec-0.3.1 .reek.yml
truemail-rspec-0.3.0 .reek.yml
truemail-rspec-0.2.1 .reek.yml
truemail-rspec-0.2.0 .reek.yml