Sha256: 401a9b0ed6aeaba486fa1e341f28eed3b2f5bee89473d968a85a78dd508da8d8

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

inherit_gem:
  rubocop-shopify: rubocop.yml

AllCops:
  TargetRubyVersion: 3.2
  SuggestExtensions: false
  Exclude:
    - 'bin/**/*'
    - 'exe/**/*'
    - 'examples/**/*'

Layout/LineLength:
  Max: 150

Style/RedundantHeredocDelimiterQuotes:
  Enabled: false

Style/MissingRespondToMissing:
  Enabled: false



Style/MethodCallWithArgsParentheses:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Style/CommandLiteral:
  Enabled: false

Security/Eval:
  Enabled: false

Style/LineEndConcatenation:
  Enabled: false

Style/ClassVars:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/ClassMethodsDefinitions:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Style/RedundantConstantBase:
  Enabled: false

Style/EmptyElse:
  Enabled: false

Metrics/BlockNesting:
  Enabled: false

Layout/EmptyLinesAroundExceptionHandlingKeywords:
  Enabled: false

Style/RedundantBegin:
  Enabled: false

Layout/LeadingCommentSpace:
  Enabled: false

Style/FormatString:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/ReturnNil:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scarpe-0.2.1 .rubocop.yml
scarpe-0.2.0 .rubocop.yml