Sha256: 0d9ff18fa2b3b4b50afba9d9444e51076e9d7e3dbc9080fd3b4aefc28c9ae182

Contents?: true

Size: 819 Bytes

Versions: 18

Compression:

Stored size: 819 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'
  UncommunicativeVariableName:
    accept:
      - '/^.$/'
      - '/[0-9]$/'
  UtilityFunction:
    enabled: false

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
active_object-5.8.4 .reek.yml
active_object-5.8.3 .reek.yml
active_object-5.8.2 .reek.yml
active_object-5.8.1 .reek.yml
active_object-5.8.0 .reek.yml
active_object-5.7.0 .reek.yml
active_object-5.6.0 .reek.yml
active_object-5.5.3 .reek.yml
active_object-5.5.2 .reek.yml
active_object-5.5.1 .reek.yml
active_object-5.5.0 .reek.yml
active_object-5.4.0 .reek.yml
active_object-5.3.1 .reek.yml
active_object-5.3.0 .reek.yml
active_object-5.2.5 .reek.yml
active_object-5.2.4 .reek.yml
active_object-5.2.3 .reek.yml
active_object-5.2.2 .reek.yml