Sha256: 65eb9c5955bc8359dcfab2e4f6437b06c4c59337b7bf7b626ab3de33eb612385

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

AllCops:
  Exclude:
    - Rakefile
    - bin/*
    - vendor/**/*
  TargetRubyVersion: 2.3

Metrics/BlockLength:
  Exclude:
    - spec/userstack/**/*
    - userstack.gemspec

Metrics/LineLength:
  Max: 128
  Exclude:
    - spec/userstack/**/*

Style/FormatString:
  EnforcedStyle: percent

Style/FormatStringToken:
  EnforcedStyle: unannotated

Style/TrailingCommaInArrayLiteral:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
userstack-0.1.0 .rubocop.yml