Skip to content

Commit

Permalink
Skip lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Sep 26, 2024
1 parent 19811c8 commit 7aef585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (rl *ReceptorLogger) DebugPayload(payloadDebug int, payload string, workUni
}
default:
}
rl.Debug(fmt.Sprintf("PACKET TRACING ENABLED: %s%s%s", connectionTypeMessage, workunitIDMessage, payloadMessage))
rl.Debug(fmt.Sprintf("PACKET TRACING ENABLED: %s%s%s", connectionTypeMessage, workunitIDMessage, payloadMessage)) // no-lint: vet

Check failure on line 175 in pkg/logger/logger.go

View workflow job for this annotation

GitHub Actions / lint-receptor

printf: non-constant format string in call to (*github.com/ansible/receptor/pkg/logger.ReceptorLogger).Debug (govet)
}

// SanitizedDebug contains extra information helpful to developers.
Expand Down

0 comments on commit 7aef585

Please sign in to comment.