Sha256: 3e85066190fd77122f3d8590d5105c90f58c9ef4b457fae5b852cee8d8554ac8
Contents?: true
Size: 817 Bytes
Versions: 19
Compression:
Stored size: 817 Bytes
Contents
AllCops: TargetRubyVersion: 2.6 DefaultFormatter: progress SuggestExtensions: rubocop-rake: true rubocop-rspec: true NewCops: enable Exclude: - "bin/**/*" - "exe/**/*" - "tmp/**/*" - "extensions/**/*" - "spec/**/*" Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Metrics/LineLength: Max: 220 Metrics/ModuleLength: Max: 250 Exclude: - 'spec/**/*.rb' Metrics/MethodLength: Max: 25 Metrics/AbcSize: Max: 32 Metrics/ParameterLists: Max: 10 CountKeywordArgs: false Metrics/HashAlignment: Enabled: false EnforcedHashRocketStyle: table EnforcedColonStyle: table EnforcedLastArgumentHashStyle: always_inspect Style/Documentation: Enabled: false
Version data entries
19 entries across 19 versions & 1 rubygems