Sha256: 8d25a045832f74778c72e146d4bf8f328ea63fedae7b9b7a8ce7367273cabdf0
Contents?: true
Size: 758 Bytes
Versions: 54
Compression:
Stored size: 758 Bytes
Contents
# Metrics cops are enabled by default with the expectation that many repos will # have to set their own limits or disable. #technical-excellence-community discussion # suggested some liked to work from them, and that overriding should be a conscious decision Metrics/AbcSize: Enabled: true Metrics/BlockLength: Enabled: true Exclude: - spec/**/*.rb Metrics/BlockNesting: Enabled: true Metrics/ClassLength: Enabled: true Metrics/CollectionLiteralLength: Enabled: true Metrics/CyclomaticComplexity: Enabled: true Metrics/MethodLength: Enabled: true Exclude: - spec/**/*.rb Metrics/ModuleLength: Enabled: true Metrics/ParameterLists: CountKeywordArgs: false Enabled: true Metrics/PerceivedComplexity: Enabled: true
Version data entries
54 entries across 54 versions & 1 rubygems