-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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]: enable whitespace linter for receivers #36159
Merged
MovieStoreGuy
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/whitespace
Nov 11, 2024
Merged
[chore]: enable whitespace linter for receivers #36159
MovieStoreGuy
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/whitespace
Nov 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mmorel-35
requested review from
djaglowski,
a team,
MovieStoreGuy,
andrzej-stencel,
crobert-1,
atoulme,
jmacd,
dmitryax,
codeboten,
dashpole,
jpkrohling and
TylerHelmuth
as code owners
November 4, 2024 07:42
github-actions
bot
added
receiver/awsecscontainermetrics
receiver/k8sobjects
receiver/kafkametrics
receiver/kafka
receiver/kubeletstats
receiver/loki
receiver/mongodbatlas
receiver/mongodb
receiver/mysql
receiver/opencensus
receiver/oracledb
receiver/otelarrow
receiver/podman
receiver/prometheus
Prometheus receiver
receiver/pulsar
receiver/rabbitmq
receiver/receivercreator
labels
Nov 4, 2024
github-actions
bot
added
receiver/sqlquery
SQL query receiver
receiver/sqlserver
receiver/sshcheck
receiver/statsd
statsd related issues
receiver/tlscheck
receiver/vcenter
receiver/webhookevent
receiver/zipkin
Zipkin receiver
receiver/zookeeper
labels
Nov 4, 2024
songy23
approved these changes
Nov 4, 2024
mmorel-35
force-pushed
the
golangci-lint/whitespace
branch
from
November 5, 2024 07:22
92d02ed
to
520f9ac
Compare
djaglowski
approved these changes
Nov 7, 2024
mmorel-35
force-pushed
the
golangci-lint/whitespace
branch
from
November 7, 2024 17:51
86fa80e
to
92d02ed
Compare
mmorel-35
force-pushed
the
golangci-lint/whitespace
branch
2 times, most recently
from
November 7, 2024 20:26
bfbed2f
to
e98bb61
Compare
mmorel-35
force-pushed
the
golangci-lint/whitespace
branch
2 times, most recently
from
November 8, 2024 06:30
8269b2a
to
b912c4c
Compare
ChrsMark
approved these changes
Nov 8, 2024
mmorel-35
force-pushed
the
golangci-lint/whitespace
branch
2 times, most recently
from
November 8, 2024 17:28
044f343
to
f8d2e33
Compare
Signed-off-by: Matthieu MOREL <[email protected]>
mmorel-35
force-pushed
the
golangci-lint/whitespace
branch
from
November 9, 2024 12:18
f8d2e33
to
ea5208d
Compare
pull bot
pushed a commit
to abaguas/opentelemetry-collector-contrib
that referenced
this pull request
Nov 11, 2024
#### Description [whitespace](https://golangci-lint.run/usage/linters/#whitespace) is a linter that checks for unnecessary newlines at the start and end of functions. Signed-off-by: Matthieu MOREL <[email protected]>
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this pull request
Dec 17, 2024
#### Description [whitespace](https://golangci-lint.run/usage/linters/#whitespace) is a linter that checks for unnecessary newlines at the start and end of functions. Signed-off-by: Matthieu MOREL <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci-cd
CI, CD, testing, build issues
receiver/awsecscontainermetrics
receiver/k8sobjects
receiver/kafka
receiver/kafkametrics
receiver/kubeletstats
receiver/loki
receiver/mongodb
receiver/mongodbatlas
receiver/mysql
receiver/opencensus
receiver/oracledb
receiver/otelarrow
receiver/podman
receiver/prometheus
Prometheus receiver
receiver/pulsar
receiver/rabbitmq
receiver/receivercreator
receiver/riak
receiver/saphana
receiver/signalfx
receiver/skywalking
receiver/snmp
receiver/solace
receiver/splunkenterprise
receiver/splunkhec
receiver/sqlquery
SQL query receiver
receiver/sqlserver
receiver/sshcheck
receiver/statsd
statsd related issues
receiver/tlscheck
receiver/vcenter
receiver/webhookevent
receiver/zipkin
Zipkin receiver
receiver/zookeeper
testbed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
whitespace is a linter that checks for unnecessary newlines at the start and end of functions.