1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

chore: enable unused-parameter rule from revive (#7122)

#### Description

Enable and fixes
[unused-parameter](https://github.com/mgechev/revive/blob/HEAD/RULES_DESCRIPTIONS.md#unused-parameter)
rule from revive

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2025-08-04 21:48:04 +02:00
committed by GitHub
parent d5b5b05984
commit d464abf1f3
75 changed files with 239 additions and 239 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ func TestRecorderLoggerEmitAndReset(t *testing.T) {
assert.Equal(t, want, got)
}
func TestRecorderConcurrentSafe(t *testing.T) {
func TestRecorderConcurrentSafe(*testing.T) {
const goRoutineN = 10
var wg sync.WaitGroup