Closed wvanbergen closed 5 years ago
This cop will check for basic cases of deprecated use of positional arguments, like statsd_measure and statsd_count_if.
statsd_measure
statsd_count_if
I ran this cop on Shopify's codebase and found no more violations.
This cop will check for basic cases of deprecated use of positional arguments, like
statsd_measure
andstatsd_count_if
.