From 91a6ebc6570fa335c0f3f348e72f391057cfcfcb Mon Sep 17 00:00:00 2001 From: Curtis Robert <92119472+crobert-1@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:49:15 -0700 Subject: [PATCH] [chore][cmd/otelcontribcol] Exclude from linter --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 515054481770..8fefc617c097 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -19,6 +19,7 @@ run: skip-dirs: - third_party - local + - cmd/otelcontribcol # default is true. Enables skipping of directories: # vendor$, third_party$, testdata$, examples$, Godeps$, builtin$