Sha256: 2efc1eb0d23f146c7ea854bab19d8987a2953490e19158b0c6088aa6f95479ae

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-performance

AllCops:
  DisplayCopNames: true
  NewCops: enable
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - 'spec/**/*.rb'

Style/Documentation:
  Enabled: false

RSpec/FilePath:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yt_dlp-0.2.0 .rubocop.yml