Sha256: 91989ec2b7024883e8ecce4fcddd747950c73449d250628d868bd7596445ac0f

Contents?: true

Size: 511 Bytes

Versions: 7

Compression:

Stored size: 511 Bytes

Contents

inherit_from:
  - "https://www.goodcop.style/rubocop.yml"
  - "https://www.goodcop.style/tabs.yml"

AllCops:
  TargetRubyVersion: 2.7

Style/PercentLiteralDelimiters:
  Enabled: false

Layout/CaseIndentation:
  Enabled: false

Style/StringConcatenation:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Security/Eval:
  Enabled: false

Style/MethodCallWithoutArgsParentheses:
  Enabled: false

Style/MixinUsage:
  Enabled: false

Style/AccessModifierDeclarations:
  Enabled: true
  EnforcedStyle: inline

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phlex-1.2.2 .rubocop.yml
phlex-1.3.3 .rubocop.yml
phlex-1.3.2 .rubocop.yml
phlex-1.3.1 .rubocop.yml
phlex-1.3.0 .rubocop.yml
phlex-1.2.1 .rubocop.yml
phlex-1.2.0 .rubocop.yml