Sha256: 663064215569c36cb287c77879c5d7b9521cfa3c6e51e06a4eef6b4e269f9e27

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

AllCops:

  Include:
    - 'lib/**/*.rb'
    - 'spec/**/*.rb'

  Exclude:
    - 'Rakefile'

  DisplayCopNames: true

Metrics/LineLength:
  Enabled: true
  Max: 80

Metrics/CyclomaticComplexity:
  Severity: warning

Style/PerlBackrefs:
  AutoCorrect: true

Metrics/ParameterLists:
  Max: 10
  CountKeywordArgs: true

Metrics/ClassLength:
  CountComments: false  # count full line comments?
  Max: 150

Metrics/ModuleLength:
  CountComments: false  # count full line comments?
  Max: 190

Metrics/MethodLength:
  CountComments: false  # count full line comments?
  Max: 20

Style/RedundantReturn:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
youtube_dlhelper-2.0.4 .rubocop.yml