Sha256: c0edf2d1d863a41ec805fa36a6e5387cb484900bbf92976e02704bdbbdd917f1

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 Bytes

Contents

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

Metrics/BlockLength:
  Exclude:
    - spec/useragent_api/**/*

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

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
useragent_api-0.1.3 .rubocop.yml