Sha256: 286b9537bc2d09c13bb6245ffdeca1a9a8b9877a1457327f57f3c5359e5b2e12
Contents?: true
Size: 578 Bytes
Versions: 73
Compression:
Stored size: 578 Bytes
Contents
exclude_paths: - vendor - spec - scratch*.rb - snippets*.rb 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
73 entries across 73 versions & 4 rubygems