Sha256: b97476a49e567303957fdbb3cf6944872feb2cba3da3758a170f46b70168e02f

Contents?: true

Size: 611 Bytes

Versions: 5

Compression:

Stored size: 611 Bytes

Contents

AllCops:

  Include:
    - 'lib/**/*.rb'
    - 'test/**/*.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

5 entries across 5 versions & 1 rubygems

Version Path
youtube_dlhelper-2.0.2 .rubocop.yml
youtube_dlhelper-2.0.1 .rubocop.yml
youtube_dlhelper-2.0.0 .rubocop.yml
youtube_dlhelper-0.1.9.5 .rubocop.yml
youtube_dlhelper-0.1.9.4 .rubocop.yml