Sha256: 5cd5c653f44e314686e1a34e6f59d729d72f5e5631fb342c6f59f0bcd3b47228

Contents?: true

Size: 856 Bytes

Versions: 1

Compression:

Stored size: 856 Bytes

Contents

# This project follows the Ribose OSS style guide.
# https://github.com/riboseinc/oss-guides
# All project-specific additions and overrides should be specified in this file.

inherit_from:
  # Thoughtbot's style guide from: https://github.com/thoughtbot/guides
  - ".rubocop.tb.yml"
  # Overrides from Ribose
  - ".rubocop.ribose.yml"
AllCops:
  DisplayCopNames: false
  StyleGuideCopsOnly: false
  TargetRubyVersion: 2.3
Rails:
  Enabled: false

Style/EmptyCaseCondition:
  Enabled: false

Style/TrailingCommaInArguments:
  Exclude:
    # RSpec expectations can easily go multiline.  And sometimes, it's all not
    # about multiple arguments, but more about & or | operators.  Comma placed
    # after a single method argument which spans across many lines is confusing,
    # not helpful.  Hence, I'm disabling this cop for all specs.
    - "spec/**/*"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hkp_client-0.1.0 .rubocop.yml