From 1a1be4ee792ee990b84a9ef0a1c176647e34672c Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Fri, 20 Dec 2024 11:29:38 -0300 Subject: [PATCH] Enable the govet printf linter for e/ (#50483) * Update e/ reference * Enable the govet printf linter for e/ --- .golangci.yml | 1 + e | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index a28fd012d52c2..01e8fe99ef061 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -56,6 +56,7 @@ issues: linters: [staticcheck] text: 'grpc.WithReturnConnectionError is deprecated' - linters: [govet] + path-except: ^e/ text: 'non-constant format string in call to github.com/gravitational/trace.' exclude-use-default: true max-same-issues: 0 diff --git a/e b/e index ffbb6c77ab986..7d37990b7f263 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit ffbb6c77ab986eae88ed8681c4b67b0e82820eae +Subproject commit 7d37990b7f2637d31cc9cc4c5b036f74dd512740