Sha256: 4f430f1deebfa6b41ecd60d2226ae129e2e36b0383e63f8cfae0f752045f1da2

Contents?: true

Size: 838 Bytes

Versions: 2

Compression:

Stored size: 838 Bytes

Contents

---
exclude_paths:
  - db/migrate
  - spec/dummy

detectors:
  BooleanParameter:
    enabled: false
  IrresponsibleModule:
    enabled: false
  UnusedPrivateMethod:
    enabled: true
  UtilityFunction:
    public_methods_only: true

directories:
  "app/controllers":
    IrresponsibleModule:
      enabled: false
    NestedIterators:
      max_allowed_nesting: 2
    UnusedPrivateMethod:
      enabled: false
    InstanceVariableAssumption:
      enabled: false
  "app/helpers":
    IrresponsibleModule:
      enabled: false
    UtilityFunction:
      enabled: false
  "app/inputs":
    InstanceVariableAssumption:
      enabled: false
  "app/mailers":
    InstanceVariableAssumption:
      enabled: false
  "app/policies":
    InstanceVariableAssumption:
      enabled: false
  "app/uploaders":
    UtilityFunction:
      enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
archangel-0.4.0 .reek.yml
archangel-0.3.0 .reek.yml