Sha256: d7c6bbc88f2554a6a20111bff4e31d87bdbbfbc12497803aa44787955584feb0

Contents?: true

Size: 890 Bytes

Versions: 9

Compression:

Stored size: 890 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

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Style/NumberedParametersLimit:
  Max: 2

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
async-tools-0.2.10 .rubocop.yml
async-tools-0.2.9 .rubocop.yml
async-tools-0.2.8 .rubocop.yml
async-tools-0.2.7 .rubocop.yml
async-tools-0.2.6 .rubocop.yml
async-tools-0.2.5 .rubocop.yml
async-tools-0.2.4 .rubocop.yml
async-tools-0.2.2 .rubocop.yml
async-tools-0.2.1 .rubocop.yml