Sha256: d17a53ea45cc03a2b27e0e1f982f850cbc3e56bee00764e716e0dfd15383d2f0

Contents?: true

Size: 466 Bytes

Versions: 3

Compression:

Stored size: 466 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

Layout/AlignHash:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

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

Metrics/LineLength:
  Enabled: false

Naming/RescuedExceptionsVariableName:
  PreferredName: exception

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
absolutely-3.0.1 .rubocop.yml
absolutely-3.0.0 .rubocop.yml
absolutely-2.1.0 .rubocop.yml