Sha256: a06a3349dc6cb3e84486b5ad364571dc5fb93f8ca0078157ee50e4dfa87b8778

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

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

Layout/MultilineMethodCallBraceLayout:
  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

4 entries across 4 versions & 1 rubygems

Version Path
phlex-rails-0.7.1 .rubocop.yml
phlex-rails-0.7.0 .rubocop.yml
phlex-rails-0.6.1 .rubocop.yml
phlex-rails-0.6.0 .rubocop.yml