Sha256: 077aac01c48548abc8cc6d0bae1a3de47a42ea05ce7256bbcc69151512d7d6d2

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

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

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

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

Style/FormatString:
  EnforcedStyle: percent

Style/FormatStringToken:
  EnforcedStyle: unannotated

Style/TrailingCommaInLiteral:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
useragent_api-0.1.2 .rubocop.yml