Sha256: 94a1959b96f7b8c319dfe27f504f6a5f5510749e7261d5bf81e1cd12d9891028
Contents?: true
Size: 713 Bytes
Versions: 6
Compression:
Stored size: 713 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/StringConcatenation: Exclude: - lib/toycol/server.rb Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Layout/HashAlignment: Exclude: - lib/toycol/server.rb Metrics: Exclude: - lib/toycol/proxy.rb - lib/toycol/server.rb Metrics/AbcSize: Max: 30 Metrics/ClassLength: Max: 400 Metrics/MethodLength: Max: 15
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
toycol-1.0.0 | .rubocop.yml |
toycol-0.3.1 | .rubocop.yml |
toycol-0.3.0 | .rubocop.yml |
toycol-0.2.2 | .rubocop.yml |
toycol-0.2.1 | .rubocop.yml |
toycol-0.2.0 | .rubocop.yml |