Sha256: eaad77b2254bac0932ac2ab7947a8c2db87da728bf6e947d714ebf9689267e57

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable

Layout/HashAlignment:
  EnforcedColonStyle: table

Layout/LineLength:
  Enabled: false

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

Naming/RescuedExceptionsVariableName:
  PreferredName: exception

RSpec/NestedGroups:
  Max: 4

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webmention-verification-4.0.0 .rubocop.yml
webmention-verification-3.0.0 .rubocop.yml