Sha256: dee29cfc1d7ada94a1c0e1353180b0bd19a6a9ef9d24b95bcea68f6f946e6923

Contents?: true

Size: 900 Bytes

Versions: 2

Compression:

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

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

Style/FormatStringToken:
  Enabled: false

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

2 entries across 2 versions & 1 rubygems

Version Path
html2rss-0.8.2 .rubocop.yml
html2rss-0.8.1 .rubocop.yml