Skip to content

Commit 9469f96

Browse files
committed
internal/config: update config for refactoring operations counters
For: golang/go#74102 Change-Id: Ied13d4cabd46a1a69cf40ee38969f38a152c5971 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/680876 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 9c19003 commit 9469f96

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

internal/chartconfig/config.txt

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,40 @@ type: stack
230230
issue: https://github.com/golang/go/issues/74628
231231
program: golang.org/x/tools/gopls
232232
module: golang.org/x/tools/gopls
233-
version: v0.20.0
233+
version: v0.20.0
234+
---
235+
counter: gopls/changesig
236+
title: Use of Change Signature
237+
description: counts uses of change signature
238+
type: stack
239+
issue: https://github.com/golang/go/issues/74102
240+
program: golang.org/x/tools/gopls
241+
module: golang.org/x/tools/gopls
242+
version: v0.18.0
243+
---
244+
counter: gopls/rename
245+
title: Use of Rename
246+
description: counts uses of rename
247+
type: stack
248+
issue: https://github.com/golang/go/issues/74102
249+
program: golang.org/x/tools/gopls
250+
module: golang.org/x/tools/gopls
251+
version: v0.18.0
252+
---
253+
counter: gopls/inline:{call,variable}
254+
title: Use of Inline
255+
description: counts uses of inline
256+
type: partition
257+
issue: https://github.com/golang/go/issues/74102
258+
program: golang.org/x/tools/gopls
259+
module: golang.org/x/tools/gopls
260+
version: v0.18.0
261+
---
262+
counter: gopls/extract:{func,method,variable,variable-all}
263+
title: Use of Extract
264+
description: counts uses of extract
265+
type: partition
266+
issue: https://github.com/golang/go/issues/74102
267+
program: golang.org/x/tools/gopls
268+
module: golang.org/x/tools/gopls
269+
version: v0.18.0

0 commit comments

Comments
 (0)