Sha256: a5e5ab65a61bdc8f7576cbb858c2bf3a85b10a6689842759234b70fb6f6b684f
Contents?: true
Size: 342 Bytes
Versions: 6
Compression:
Stored size: 342 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: '2.4' Style/Documentation: Enabled: false Metrics/AbcSize: Max: 40 Metrics/CyclomaticComplexity: Max: 15 Metrics/MethodLength: Max: 45 Metrics/PerceivedComplexity: Max: 15 Metrics/BlockLength: Exclude: - 'spec/**/*' Max: 40 Metrics/ClassLength: Max: 200
Version data entries
6 entries across 6 versions & 2 rubygems