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
574 stars 97 forks source link

StatsD/MetaprogrammingPositionalArguments cop #187

Closed wvanbergen closed 5 years ago

wvanbergen commented 5 years ago

This cop will check for basic cases of deprecated use of positional arguments, like statsd_measure and statsd_count_if.

wvanbergen commented 5 years ago

I ran this cop on Shopify's codebase and found no more violations.