Sha256: de2e9608b5d1286623a3bb327f7931a0a40cc79ae9b2da73c511d9c94f252075

Contents?: true

Size: 571 Bytes

Versions: 15

Compression:

Stored size: 571 Bytes

Contents

exclude_paths:
  - vendor
detectors:
  TooManyInstanceVariables:
    exclude:
      - "LittleWeasel::Configuration"
      - "LittleWeasel::WordResults"
  # 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

15 entries across 15 versions & 1 rubygems

Version Path
LittleWeasel-5.0.13 .reek.yml
LittleWeasel-5.0.12 .reek.yml
LittleWeasel-5.0.11 .reek.yml
LittleWeasel-5.0.10 .reek.yml
LittleWeasel-5.0.9 .reek.yml
LittleWeasel-5.0.8 .reek.yml
LittleWeasel-5.0.7 .reek.yml
LittleWeasel-5.0.6 .reek.yml
LittleWeasel-5.0.5 .reek.yml
LittleWeasel-5.0.4 .reek.yml
LittleWeasel-5.0.3 .reek.yml
LittleWeasel-5.0.2 .reek.yml
LittleWeasel-5.0.1 .reek.yml
LittleWeasel-5.0.0 .reek.yml
LittleWeasel-4.0.0 .reek.yml