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
go/analysis/passes/printf: suppress diagnostic for Println("...%XX...")
A common form of literal string is a URL containing URL-escaped
characters. This CL causes the printf checker not to report a
"Println call has possible Printf formatting directive"
diagnostic for it.
+ test
Fixesgolang/go#29854
Change-Id: Ib1dcc44dd8185da17f61296632ad030cb1e58420
Reviewed-on: https://go-review.googlesource.com/c/tools/+/650175
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Alan Donovan <[email protected]>
Commit-Queue: Alan Donovan <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
0 commit comments