Sha256: 45458128faf811818d4da305a36c1210630aed537818de48849b5ee5d741fc31
Contents?: true
Size: 545 Bytes
Versions: 37
Compression:
Stored size: 545 Bytes
Contents
exclude_paths: - vendor - spec 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
37 entries across 37 versions & 3 rubygems