Sha256: d7865f659fb81910a26294ac3ae360ef14b0ed09650c4128cb1c59ccd44b18e3

Contents?: true

Size: 559 Bytes

Versions: 12

Compression:

Stored size: 559 Bytes

Contents

exclude_paths:
  - vendor
  - spec
  - lib/tasks
detectors:
  # TooManyInstanceVariables:
  #  exclude:
  #    - "Class1"
  #    - "Class2"
  # private methods do not have to depend on instance state
  # https://github.com/troessner/reek/blob/master/docs/Utility-Function.md
  UtilityFunction:
    public_methods_only: true
  # Check for variable name that doesn't communicate its intent well enough
  # https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md
  UncommunicativeVariableName:
    accept:
      - /^_$/
      - /^e$/

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
simple_command_dispatcher-3.0.4 .reek.yml
simple_command_dispatcher-3.0.3 .reek.yml
simple_command_dispatcher-3.0.2 .reek.yml
simple_command_dispatcher-3.0.1 .reek.yml
simple_command_dispatcher-3.0.0 .reek.yml
simple_command_dispatcher-2.0.1 .reek.yml
simple_command_dispatcher-2.0.0 .reek.yml
simple_command_dispatcher-1.2.8 .reek.yml
simple_command_dispatcher-1.2.7 .reek.yml
simple_command_dispatcher-1.2.6 .reek.yml
simple_command_dispatcher-1.2.5 .reek.yml
simple_command_dispatcher-1.2.4 .reek.yml