From c07e94f64f64c39f14d65af9a11644562beb9401 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Fri, 31 Oct 2025 12:13:10 +0000 Subject: [PATCH] chore: exclude `third-party` from Golangci-lint formatting paths Signed-off-by: Babak K. Shandiz --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 127037174..d050a586d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,6 +15,9 @@ linters: formatters: enable: - gofmt + exclusions: + paths: + - third-party issues: max-issues-per-linter: 0