Sha256: 777913c7c8ea4df6e5510f21c07f45b62cd2a6e524f1732ca1779227c214f7d6

Contents?: true

Size: 718 Bytes

Versions: 2

Compression:

Stored size: 718 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rails
  - rubocop-rake
  - rubocop-rspec

inherit_gem:
  rubocop-shopify: rubocop.yml

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Layout/EmptyLinesAroundAccessModifier:
  EnforcedStyle: around

Layout/IndentationConsistency:
  EnforcedStyle: normal

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_special

Style/SymbolArray:
  EnforcedStyle: percent

Style/WordArray:
  EnforcedStyle: percent

Style/MethodCallWithArgsParentheses:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - "spec/**/*"

RSpec/ExampleLength:
  Max: 10

RSpec/ContextWording:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Rails/Date:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tiny_filter-0.1.1 .rubocop.yml
tiny_filter-0.1.0 .rubocop.yml