Sha256: d00537790a646c1f481a90c84895194997854945bc44e2c438c89f9b280a3ce9

Contents?: true

Size: 485 Bytes

Versions: 9

Compression:

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phlex-rails-0.4.2 .rubocop.yml
phlex-rails-0.4.1 .rubocop.yml
phlex-rails-0.4.0 .rubocop.yml
phlex-rails-0.3.2 .rubocop.yml
phlex-rails-0.3.1 .rubocop.yml
phlex-rails-0.3.0 .rubocop.yml
phlex-rails-0.2.2 .rubocop.yml
phlex-rails-0.2.1 .rubocop.yml
phlex-rails-0.2.0 .rubocop.yml