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 a cop to find splatting arguments in StatsD method calls. #185

Closed wvanbergen closed 5 years ago

wvanbergen commented 5 years ago

This is not necessarily bad or a bug, but it very unlikely to be useful. Most occurrences are probably related to the past when using position arguments was required.

I’ve used this cop to find some deprecated uses of the StatsD API in the Shopify codebase.