Sha256: 7a8ba74cea9082c1405f4c480bfadfbad683e5086fe125f15cf483f40248521e
Contents?: true
Size: 481 Bytes
Versions: 26
Compression:
Stored size: 481 Bytes
Contents
AllCops: TargetRubyVersion: 2.5 NewCops: enable Layout/LineLength: Max: 100 Exclude: - burner.gemspec Metrics/BlockLength: ExcludedMethods: - let - it - describe - context - specify - define Metrics/MethodLength: Max: 30 Metrics/AbcSize: Max: 25 Metrics/ClassLength: Max: 125 Style/TrailingCommaInHashLiteral: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Metrics/ParameterLists: CountKeywordArgs: false
Version data entries
26 entries across 26 versions & 1 rubygems