Sha256: 97c1880700a1891a7e8bb154693144e3f9b4905c1002036c1e039d172a072f14

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

inherit_from:
  - https://shopify.github.io/ruby-style-guide/rubocop.yml

AllCops:
  TargetRubyVersion: 2.3
  UseCache: true
  CacheRootDirectory: tmp/rubocop
  Exclude:
    - statsd-instrument.gemspec

Naming/FileName:
  Enabled: true
  Exclude:
    - lib/statsd-instrument.rb

Style/ClassAndModuleChildren:
  Enabled: false # TODO: enable later


Style/MethodCallWithArgsParentheses:
  Enabled: false # TODO: enable later

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
statsd-instrument-2.4.0 .rubocop.yml