Sha256: 9ec26ea97ad01177c599972428d43b80242b9d9d395d7a1388e8776983370d40

Contents?: true

Size: 313 Bytes

Versions: 3

Compression:

Stored size: 313 Bytes

Contents

inherit_mode:
  merge:
    - Exclude
    
AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6
  Exclude:
    - 'lib/flow/**/*'

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flow_client-0.1.2 .rubocop.yml
flow_client-0.1.1 .rubocop.yml
flow_client-0.1.0 .rubocop.yml