From 004cb3d70da239aa3d60404c6c578b1bbb60abb1 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Mon, 16 Sep 2024 02:37:44 -0700 Subject: [PATCH] Suppress new printf warnings for gvisor dependencies PiperOrigin-RevId: 675067208 --- nogo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nogo.yaml b/nogo.yaml index 44fc46e7d..73150aa2a 100644 --- a/nogo.yaml +++ b/nogo.yaml @@ -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: [".*"]