From 0698a45b487d8c325016a47627e57405d1d7bc52 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Fri, 20 Dec 2024 12:36:49 -0300 Subject: [PATCH] [v15] Enable the govet printf linter for e/ (#50494) * Enable the govet printf linter for e/ * Update e/ reference --- .golangci.yml | 1 + e | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 5ddda88a961fa..774063281342d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -19,6 +19,7 @@ issues: - unused path: 'integrations/operator/controllers/resources/(.+)_controller_test\.go' - linters: [govet] + path-except: ^e/ text: "non-constant format string in call to github.com/gravitational/trace." - linters: [testifylint] text: "suite-thelper: suite helper method must start with" diff --git a/e b/e index a0fb66e85c457..32f7a90f0fbb6 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit a0fb66e85c457e59ae6f9ae8836f1a8ee6f2a14c +Subproject commit 32f7a90f0fbb6177715ad910c3c12df2b9e8ce2f