Sha256: e69eceac9f67094fb40f5aa4d2e711a971ec952fe8f92b7a9c2ad5fd87d42eb7

Contents?: true

Size: 446 Bytes

Versions: 4

Compression:

Stored size: 446 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Metrics/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/FormatStringToken:
  EnforcedStyle: template

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
table_saw-1.0.1 .rubocop.yml
table_saw-1.0.0 .rubocop.yml
table_saw-0.5.0 .rubocop.yml
table_saw-0.4.0 .rubocop.yml