Sha256: 8c96550f6c3e5e1b0abf9cca0a550c687c5bce62d9e9904daa1c8125e64067ed

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

# This file strictly follows the rules defined in the Ruby style guide:
#   http://shopify.github.io/ruby-style-guide/
# Before updating anything please sync-up with #ruby-style-guide on Slack.
inherit_from:
  - http://shopify.github.io/ruby-style-guide/rubocop.yml

AllCops:
  TargetRubyVersion: 2.3

Style/WordArray:
  Enabled: false

Style/RegexpLiteral:
  Exclude:
    - test/**/*

Style/ClassAndModuleChildren:
  Exclude:
    - test/**/*

Metrics/LineLength:
  Max: 120
  Exclude:
    - test/integration/checkout_externals_test/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql_client-0.4.1 .rubocop.yml
graphql_client-0.3.3 .rubocop.yml