You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be useful in cockroachdb/cockroach if it could also detect duplicate integers. In particular, we want to use constants for time.Durations in our tests - it'd be nice if this tool provided that check.
The text was updated successfully, but these errors were encountered:
Heh, this is sadly too much of a blunt instrument - it picks up very small numbers that aren't worth extracting like if len(args) == 1 {....}. Perhaps a threshold?
This would be useful in cockroachdb/cockroach if it could also detect duplicate integers. In particular, we want to use constants for
time.Duration
s in our tests - it'd be nice if this tool provided that check.The text was updated successfully, but these errors were encountered: