Sha256: 615f363a1b3144e151bb553a8846f463748328046a63638b4e7aa98dcf5ece06

Contents?: true

Size: 628 Bytes

Versions: 4

Compression:

Stored size: 628 Bytes

Contents

# https://github.com/troessner/reek/blob/master/defaults.reek
---
exclude_paths:
  - db/migrate
  - spec/dummy

BooleanParameter:
  enabled: false

IrresponsibleModule:
  enabled: false

UnusedPrivateMethod:
  enabled: true

UtilityFunction:
  public_methods_only: true

"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/mailers":
  InstanceVariableAssumption:
    enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
archangel-0.0.5 .reek
archangel-0.0.4 .reek
archangel-0.0.3 .reek
archangel-0.0.2 .reek