Sha256: caeb6f947c5ac405188ddd33074c07128cea1ee31f6826d1bfa3a95a8d17ac4b

Contents?: true

Size: 488 Bytes

Versions: 2

Compression:

Stored size: 488 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - indieweb-endpoints.gemspec
    - spec/**/*.rb

Naming/RescuedExceptionsVariableName:
  PreferredName: exception

RSpec/FilePath:
  Exclude:
    - spec/lib/indieweb/**/*_spec.rb

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
indieweb-endpoints-2.0.0 .rubocop.yml
indieweb-endpoints-1.1.0 .rubocop.yml