Sha256: 264bf69497e6472633b8b39bf27d60459aa5481ce682c1c928d5686c4e9ca693
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
require: - rubocop-performance - rubocop-rspec - rubocop-rake AllCops: TargetRubyVersion: 3.0 NewCops: enable Style/Documentation: Enabled: false Layout/LineLength: Max: 120 Exclude: - '**/*_spec.rb' Metrics/BlockLength: Exclude: - '**/*_spec.rb' Style/ClassAndModuleChildren: EnforcedStyle: compact RSpec/ExampleLength: Enabled: false Metrics/MethodLength: Max: 15
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ractor_pool-0.1.1 | .rubocop.yml |
ractor_pool-0.1.0 | .rubocop.yml |