Sha256: a7f1bad9520a2aa4ee2ec770500efb09cf34790cda4d078c4bbfd23a38d30aef
Contents?: true
Size: 462 Bytes
Versions: 18
Compression:
Stored size: 462 Bytes
Contents
inherit_from: ../../../.rubocop.yml # Directions are supposed to be a big list of steps, so don't let Rubocop penalize # us for that Metrics/MethodLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/ParameterLists: Max: 5 Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false # module names here are pretty clear
Version data entries
18 entries across 18 versions & 1 rubygems