Sha256: a6dc379a484852b11656fcd1f5996f65f9c9ad5cf2e1671fa74f569189bec28b

Contents?: true

Size: 568 Bytes

Versions: 9

Compression:

Stored size: 568 Bytes

Contents

---
inherit_from:
  - .rubocop_airbnb.yml

Metrics/LineLength:
  Max: 100
  IgnoredPatterns: ['#', 'ENV']

Style/FrozenStringLiteralComment:
  Enabled: true
  EnforcedStyle: always
  SupportedStyles:
    - always

AllCops:
  TargetRubyVersion: 2.5

Airbnb/ClassOrModuleDeclaredInWrongFile:
  Enabled: false

Airbnb/ModuleMethodInWrongFile:
  Enabled: false

Airbnb/OptArgParameters:
  Enabled: false

Lint/EndAlignment:
  EnforcedStyleAlignWith: variable

Style/StringLiterals:
  EnforcedStyle: single_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
steppy-1.0.8 .rubocop.yml
steppy-1.0.7 .rubocop.yml
steppy-1.0.6 .rubocop.yml
steppy-1.0.5 .rubocop.yml
steppy-1.0.4 .rubocop.yml
steppy-1.0.3 .rubocop.yml
steppy-1.0.2 .rubocop.yml
steppy-1.0.1 .rubocop.yml
steppy-1.0.0 .rubocop.yml