Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
570 stars 94 forks source link

Add Rubocop rule that finds uses of StatsD singleton configuration methods #221

Closed wvanbergen closed 4 years ago

wvanbergen commented 4 years ago

The following methods are deprecated because they configure the singleton, which we are moving away from:

This Rubocop rule finds uses of these methods and tells you how to fix.