Sha256: 007b3016c4f02d7cd940472c061e439b7e25336a82526c2856f597783a69466c

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 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



Security/Eval:
  Enabled: false

Style/MethodCallWithoutArgsParentheses:
  Enabled: false

Style/MixinUsage:
  Enabled: false

Style/AccessModifierDeclarations:
  Enabled: true
  EnforcedStyle: inline

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phlex-1.0.1 .rubocop.yml
phlex-1.1.1 .rubocop.yml
phlex-1.1.0 .rubocop.yml
phlex-1.0.0 .rubocop.yml