Sha256: 601efe19eae4ed7012359628551e67fc253b2c3916b1d1eade847cf20867fd0f

Contents?: true

Size: 435 Bytes

Versions: 5

Compression:

Stored size: 435 Bytes

Contents

inherit_from:
  - https://raw.githubusercontent.com/cookpad/global-style-guides/main/.rubocop.ruby.yml

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Naming/MemoizedInstanceVariableName:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jiminy-0.4.0 .rubocop.yml
jiminy-0.3.0 .rubocop.yml
jiminy-0.2.0 .rubocop.yml
jiminy-0.1.1 .rubocop.yml
jiminy-0.1.0 .rubocop.yml