difftodo icon indicating copy to clipboard operation
difftodo copied to clipboard

Reporting wrong line numbers

Open jml opened this issue 7 years ago • 0 comments

$ git todo origin/master
ring/ingester_lifecycle.go:3:
  // TODO(jml): Change this to a metric.

ring/ring.go:3:
  // TODO(jml): Do we already have metrics for this? If so, just delete
  // this. If not, add some!

Shouldn't be 3, but rather 151 and something else not 3.

jml avatar Oct 11 '16 10:10 jml