Sha256: fdfd5b8785ef6d18567ccf74ee226ef3351997a3e52371ff929f26a0bf79d915

Contents?: true

Size: 759 Bytes

Versions: 10

Compression:

Stored size: 759 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec
  - rubocop-performance

AllCops:
  TargetRubyVersion: 3.2
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

RSpec/NamedSubject:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/NestedGroups:
  Max: 5

Naming/MethodParameterName:
  AllowedNames:
    - e
    - n
    - id

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Metrics/MethodLength:
  Max: 15

Lint/UnusedBlockArgument:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
async-tools-0.1.10 .rubocop.yml
async-tools-0.1.9 .rubocop.yml
async-tools-0.1.8 .rubocop.yml
async-tools-0.1.7 .rubocop.yml
async-tools-0.1.6 .rubocop.yml
async-tools-0.1.5 .rubocop.yml
async-tools-0.1.4 .rubocop.yml
async-tools-0.1.3 .rubocop.yml
async-tools-0.1.2 .rubocop.yml
async-tools-0.1.1 .rubocop.yml