Sha256: 790403a43dae8114635ef83c62973ea57b7fd95b53c1f5b1f6abeba82bd3e06d

Contents?: true

Size: 901 Bytes

Versions: 8

Compression:

Stored size: 901 Bytes

Contents

AllCops:
  SuggestExtensions: false
  TargetRubyVersion: 3.0
  DisplayCopNames: true
  DisabledByDefault: true
  Exclude:
    - 'vendor/**/*'

Style/HashSyntax:
  Enabled: true

Layout/EmptyLines:
  Enabled: true

Layout/TrailingEmptyLines:
  Enabled: true

Layout/TrailingWhitespace:
  Enabled: true

Style/MethodDefParentheses:
  Enabled: true

# Generated by gry

Layout/AccessModifierIndentation:
  EnforcedStyle: indent
  Enabled: true

Layout/CaseIndentation:
  EnforcedStyle: end
  Enabled: true

Style/Encoding:
  Enabled: true

Style/For:
  EnforcedStyle: each
  Enabled: true

Style/FrozenStringLiteralComment:
  EnforcedStyle: never
  Enabled: true

Layout/MultilineHashBraceLayout:
  EnforcedStyle: symmetrical
  Enabled: true

Style/NumericLiteralPrefix:
  EnforcedOctalStyle: zero_only
  Enabled: true

Style/StabbyLambdaParentheses:
  EnforcedStyle: require_parentheses
  Enabled: true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
yao-0.21.0 .rubocop.yml
yao-0.20.0 .rubocop.yml
yao-0.19.0 .rubocop.yml
yao-0.18.0 .rubocop.yml
yao-0.17.0 .rubocop.yml
yao-0.16.0 .rubocop.yml
yao-0.15.0 .rubocop.yml
yao-0.14.0 .rubocop.yml