Sha256: 3f0e9f5ebdddbdda9547267d3a75a013a56dc63498d93386949cc44e36449db4

Contents?: true

Size: 419 Bytes

Versions: 2

Compression:

Stored size: 419 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - webmention-cli.gemspec
    - spec/**/*.rb

Naming/RescuedExceptionsVariableName:
  PreferredName: exception

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-cli-1.1.0 .rubocop.yml
webmention-cli-1.0.0 .rubocop.yml