Skip to content

Commit 9eadba3

Browse files
committed
make checks
1 parent 97b4ef4 commit 9eadba3

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

e2etests/otelcollector/component/collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright The OpenTelemetry Authors
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package component
5+
package component // import "github.com/DataDog/opentelemetry-collector-contrib/e2etests/otelcollector/component"
66

77
import (
88
"github.com/DataDog/test-infra-definitions/components"

e2etests/otelcollector/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package otelcollector
4+
package otelcollector // import "github.com/DataDog/opentelemetry-collector-contrib/e2etests/otelcollector"
55

66
import (
77
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/components"

e2etests/otelcollector/helm/collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package helm
4+
package helm // import "github.com/DataDog/opentelemetry-collector-contrib/e2etests/otelcollector/helm"
55

66
import (
77
_ "embed"

e2etests/otelcollector/otelparams/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright The OpenTelemetry Authors
33
// SPDX-License-Identifier: Apache-2.0
44

5-
package otelparams
5+
package otelparams // import "github.com/DataDog/opentelemetry-collector-contrib/e2etests/otelcollector/otelparams"
66

77
import (
88
"fmt"

e2etests/otelcollector/provisioner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package otelcollector
4+
package otelcollector // import "github.com/DataDog/opentelemetry-collector-contrib/e2etests/otelcollector"
55

66
import (
77
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/provisioners"

versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ module-sets:
321321
- github.com/open-telemetry/opentelemetry-collector-contrib/testbed/mockdatasenders/mockdatadogagentexporter
322322

323323
excluded-modules:
324+
- github.com/DataDog/opentelemetry-collector-contrib/e2etests
324325
- github.com/open-telemetry/opentelemetry-collector-contrib/cmd/otelcontribcol
325326
- github.com/open-telemetry/opentelemetry-collector-contrib/cmd/oteltestbedcol
326327
- github.com/open-telemetry/opentelemetry-collector-contrib/internal/tools

0 commit comments

Comments
 (0)