Sha256: cb9917492596149199fe0be9f8e175ad7b8f87970b7a5154273896ae5ad2f634

Contents?: true

Size: 540 Bytes

Versions: 2

Compression:

Stored size: 540 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - "lib/phlex-rails.rb"

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/ConditionalAssignment:
  Enabled: false

Lint/UnderscorePrefixedVariableName:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phlex-rails-0.5.1 .rubocop.yml
phlex-rails-0.5.0 .rubocop.yml