From 17f4273a743d945f825b7c4e91ab189b867c6165 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Mon, 14 Jul 2025 07:30:15 -0400 Subject: [PATCH] Exclude `third-party` source from golangci-lint --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 861198dd8..127037174 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,6 +8,9 @@ linters: # set, and we should have separate work to enable them if we truly want them. - staticcheck - errcheck + exclusions: + paths: + - third-party formatters: enable: