Sha256: 190156e75c9e5ae8d67280a08576e58c50749149ce8030a26844d8b4a4f819ff
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
require: - rubocop-minitest - rubocop-rake AllCops: Exclude: - 'vendor/bundle/**/*' - 'bin/**' - 'Rakefile' - 'toycol.gemspec' NewCops: enable TargetRubyVersion: 2.6 Style/Documentation: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Metrics: Exclude: - lib/toycol/proxy.rb Metrics/AbcSize: Max: 30 Metrics/ClassLength: Max: 400 Metrics/MethodLength: Max: 15
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toycol-0.1.0 | .rubocop.yml |