Sha256: 2ed26e2f54337d23837f79be2f03fbe554aeb1d85b43faf5aa60643d5e42a9ae

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

---
detectors:
  TooManyStatements:
    max_statements: 8
    exclude:
    - set_options

  UtilityFunction:
    public_methods_only: true

  RepeatedConditional:
    max_ifs: 3

  DuplicateMethodCall:
   max_calls: 3

  NestedIterators:
    max_allowed_nesting: 2

  TooManyInstanceVariables:
    max_instance_variables: 5

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
update_repo-0.11.3 .reek.yml
update_repo-0.11.2 .reek.yml
update_repo-0.11.1 .reek.yml
update_repo-0.10.1 .reek.yml