Skip to content

Commit

Permalink
[chore][cmd/otelcontribcol] Exclude from linter (open-telemetry#27865)
Browse files Browse the repository at this point in the history
**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: open-telemetry#27850
  • Loading branch information
crobert-1 authored and martin-majlis-s1 committed Oct 20, 2023
1 parent b6f64a7 commit 4f7e853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down

0 comments on commit 4f7e853

Please sign in to comment.