Sha256: a54927e0ee4f418bffba625ebf4e289c4b19494afccf30896c26159f9b25344a

Contents?: true

Size: 578 Bytes

Versions: 8

Compression:

Stored size: 578 Bytes

Contents

---
detectors:
  Attribute:
    enabled: false
  DuplicateMethodCall:
    enabled: false
  FeatureEnvy:
    enabled: false
  IrresponsibleModule:
    enabled: false
  ManualDispatch:
    enabled: false
  NestedIterators:
    max_allowed_nesting: 2
  NilCheck:
    enabled: false
  TooManyStatements:
    max_statements: 10
    exclude:
      - 'ActiveArchive::Base#retrieve_dependent_records'
      - 'ActiveArchive::Base#set_archived_at'
  UncommunicativeParameterName:
    enabled: false
  UncommunicativeVariableName:
    enabled: false
  UtilityFunction:
    enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
active_archive-6.1.0 .reek.yml
active_archive-6.0.2 .reek.yml
active_archive-6.0.1 .reek.yml
active_archive-6.0.0 .reek.yml
active_archive-5.3.0 .reek.yml
active_archive-5.2.2 .reek.yml
active_archive-5.2.1 .reek.yml
active_archive-5.2.0 .reek.yml