Skip to content

Commit

Permalink
[chore][cmd/oteltestbedcol] Skip linting generated code (open-telemet…
Browse files Browse the repository at this point in the history
…ry#27884)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Same idea as open-telemetry#27865, remove generated code from being linted. The linter
is taking longer and longer to run as more components and dependencies
are added. This change is to remove unnecessary modules from being
linted, which will help reduce runtime and resources required.

**Link to tracking Issue:** <Issue number if applicable>
Related open-telemetry#27850
  • Loading branch information
crobert-1 authored and sigilioso committed Oct 27, 2023
1 parent 83d65a3 commit 0f43f40
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 @@ -20,6 +20,7 @@ run:
- third_party
- local
- cmd/otelcontribcol
- cmd/oteltestbedcol

# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
Expand Down

0 comments on commit 0f43f40

Please sign in to comment.