Sha256: f03060eb8d7ef6200e26a6fabcf0ca51ed4b77ab3756186b337ec4ef257ee752

Contents?: true

Size: 811 Bytes

Versions: 3

Compression:

Stored size: 811 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/inputs":
  InstanceVariableAssumption:
    enabled: false
"app/mailers":
  InstanceVariableAssumption:
    enabled: false
"app/policies":
  InstanceVariableAssumption:
    enabled: false
"app/uploaders":
  UtilityFunction:
    enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
archangel-0.0.8 .reek
archangel-0.0.7 .reek
archangel-0.0.6 .reek