Sha256: 7dc7be8cf17f1f6d52ecd4642c2f169fb7fecaabb16767852aa7091faf7b5113

Contents?: true

Size: 890 Bytes

Versions: 3

Compression:

Stored size: 890 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.4
  DisplayCopNames: true

Metrics/LineLength:
  Max: 110

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"
    - html2rss.gemspec

Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/MethodLength:
  Max: 15

Documentation:
  Enabled: false

Style/BlockDelimiters:
  Enabled: true
  Exclude:
    - '**/*_spec.rb'

Style/FrozenStringLiteralComment:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Style/BracesAroundHashParameters:
  Description: 'Enforce braces style around hash parameters.'
  Enabled: true

Style/HashSyntax:
  Enabled: true

Layout/SpaceInsideParens:
  Enabled: true

Performance/CaseWhenSplat:
  Enabled: true

Performance/ChainArrayAllocation:
  Enabled: true

Performance/OpenStruct:
  Enabled: true

RSpec/NestedGroups:
  Exclude:
    - spec/html2rss_spec.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html2rss-0.5.2 .rubocop.yml
html2rss-0.5.1 .rubocop.yml
html2rss-0.5.0 .rubocop.yml