Sha256: f4d4048d3275ea5375a793ded56a8235edf22c032bfd9f262a63185fa791ce84

Contents?: true

Size: 501 Bytes

Versions: 13

Compression:

Stored size: 501 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Metrics/LineLength:
  Max: 120

Naming/PredicateName:
  NameWhitelist:
    - has_many

Style/Documentation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/FormatStringToken:
  EnforcedStyle: template

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%w': '()'
    '%W': '()'
    '%i': '()'
    '%I': '()'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
table_saw-2.6.0 .rubocop.yml
table_saw-2.5.0 .rubocop.yml
table_saw-2.4.3 .rubocop.yml
table_saw-2.4.2 .rubocop.yml
table_saw-2.4.1 .rubocop.yml
table_saw-2.4.0 .rubocop.yml
table_saw-2.3.0 .rubocop.yml
table_saw-2.2.0 .rubocop.yml
table_saw-2.1.0 .rubocop.yml
table_saw-2.0.0 .rubocop.yml
table_saw-1.3.0 .rubocop.yml
table_saw-1.2.0 .rubocop.yml
table_saw-1.1.0 .rubocop.yml