Suppress new printf warnings for gvisor dependencies

PiperOrigin-RevId: 675067208
This commit is contained in:
gVisor bot
2024-09-16 02:41:45 -07:00
parent ac5d20cfb9
commit 004cb3d70d
+1
View File
@@ -156,6 +156,7 @@ analyzers:
external: # Enabled.
suppress:
- "fmt.Fprintln arg list ends with redundant newline"
- "non-constant format string in call to .*"
shift:
generated: # Disabled for generated code; these shifts are well-defined.
exclude: [".*"]