Sha256: 3a9fc0d1e346bfb17b1fdc395fa88bcb7f9829088988d57d0851fbf3d7a86437

Contents?: true

Size: 867 Bytes

Versions: 14

Compression:

Stored size: 867 Bytes

Contents

---
detectors:
  Attribute:
    enabled: false
  BooleanParameter:
    enabled: false
  ControlParameter:
    enabled: false
  DuplicateMethodCall:
    enabled: false
  FeatureEnvy:
    enabled: false
  IrresponsibleModule:
    enabled: false
  LongParameterList:
    enabled: false
  ManualDispatch:
    enabled: false
  NestedIterators:
    max_allowed_nesting: 2
  NilCheck:
    enabled: false
  RepeatedConditional:
    enabled: false
  TooManyConstants:
    enabled: false
  TooManyInstanceVariables:
    exclude:
      - 'ActiveObject::Configuration'
  TooManyStatements:
    max_statements: 10
    exclude:
      - 'ActiveObject::Array#in_groups'
      - 'ActiveObject::Configuration#initialize'
  UncommunicativeMethodName:
    enabled: false
  UncommunicativeVariableName:
    accept:
      - '/^.$/'
      - '/[0-9]$/'
  UtilityFunction:
    enabled: false

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
active_object-5.14.1 .reek.yml
active_object-5.14.0 .reek.yml
active_object-5.13.0 .reek.yml
active_object-5.12.0 .reek.yml
active_object-5.11.0 .reek.yml
active_object-5.10.0 .reek.yml
active_object-5.9.0 .reek.yml
active_object-5.8.11 .reek.yml
active_object-5.8.10 .reek.yml
active_object-5.8.9 .reek.yml
active_object-5.8.8 .reek.yml
active_object-5.8.7 .reek.yml
active_object-5.8.6 .reek.yml
active_object-5.8.5 .reek.yml