From 4f7e85319700d865e58966346ad060c97c420f77 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Thu, 19 Oct 2023 15:10:04 -0700 Subject: [PATCH] [chore][cmd/otelcontribcol] Exclude from linter (#27865) **Description:** The linter runs are taking longer and longer as more components and dependencies are added, it's preferable to simply run on each individual component. **Link to tracking Issue:** Related: #27850 --- .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$