Sha256: 35309dcab5056e39070564eb765910fc86a72f659e811d435c65bc7f44fe4fa3

Contents?: true

Size: 401 Bytes

Versions: 5

Compression:

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

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flow_client-0.2.3 .rubocop.yml
flow_client-0.2.3-arm64-darwin-21 .rubocop.yml
flow_client-0.2.2 .rubocop.yml
flow_client-0.2.1 .rubocop.yml
flow_client-0.2.0 .rubocop.yml