Sha256: bf4b9caaebc30e59d657df8db5526c5b400f960b931dffec4147350d476d5d58

Contents?: true

Size: 287 Bytes

Versions: 2

Compression:

Stored size: 287 Bytes

Contents

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

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

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

Style/FormatString:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
useragent_api-0.1.1 .rubocop.yml
useragent_api-0.1.0 .rubocop.yml