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