Sha256: 0f147d49502ae5c727716148b7086b3d4b03d37821ddf9a61d5317fa8054452b
Contents?: true
Size: 674 Bytes
Versions: 3
Compression:
Stored size: 674 Bytes
Contents
require: - rubocop-minitest - rubocop-rake AllCops: TargetRubyVersion: 2.7 NewCops: enable Lint/MissingSuper: Enabled: false Metrics/AbcSize: Exclude: - test/**/*.rb Metrics/ClassLength: Exclude: - test/**/*.rb Metrics/MethodLength: Max: 20 Exclude: - test/**/*.rb Style/Documentation: Enabled: false Style/Lambda: Enabled: false Style/LambdaCall: Enabled: false Style/MultilineBlockChain: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/ParallelAssignment: Enabled: false Layout/LineLength: Max: 120
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lifeform-0.9.0 | .rubocop.yml |
lifeform-0.8.0 | .rubocop.yml |
lifeform-0.7 | .rubocop.yml |