Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] move sshcheck receiver to generated lifecycle tests #30419

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jan 11, 2024

Relates to #27849

Comment on lines +11 to +18
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/component/componenttest"

"go.opentelemetry.io/collector/consumer/consumertest"
"go.opentelemetry.io/collector/receiver"
"go.opentelemetry.io/collector/receiver/receivertest"

"go.opentelemetry.io/collector/confmap/confmaptest"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem right. Why the linter isn't firing?

Suggested change
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/component/componenttest"
"go.opentelemetry.io/collector/consumer/consumertest"
"go.opentelemetry.io/collector/receiver"
"go.opentelemetry.io/collector/receiver/receivertest"
"go.opentelemetry.io/collector/confmap/confmaptest"
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/component/componenttest"
"go.opentelemetry.io/collector/consumer/consumertest"
"go.opentelemetry.io/collector/receiver"
"go.opentelemetry.io/collector/receiver/receivertest"
"go.opentelemetry.io/collector/confmap/confmaptest"

@dmitryax dmitryax merged commit f608949 into open-telemetry:main Jan 11, 2024
86 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 11, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants