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