-
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 processor and receiver #36297
Merged
dmitryax
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/whitespace
Nov 12, 2024
Merged
[chore]: enable whitespace linter for processor and receiver #36297
dmitryax
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/whitespace
Nov 12, 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
MovieStoreGuy,
a team,
TylerHelmuth,
bogdandrutu,
evan-bradley,
jpkrohling,
dashpole,
atoulme,
jmacd,
dmitryax,
djaglowski,
fatsheep9146 and
andrzej-stencel
as code owners
November 11, 2024 20:24
github-actions
bot
added
processor/attributes
Attributes processor
processor/deltatocumulative
processor/deltatorate
Delta To Rate processor
processor/filter
Filter processor
processor/geoip
processor/groupbyattrs
Group By Attributes processor
processor/groupbytrace
Group By Trace processor
processor/k8sattributes
k8s Attributes processor
processor/logstransform
Logs Transform processor
processor/metricsgeneration
Metrics Generation processor
processor/metricstransform
Metrics Transform processor
processor/probabilisticsampler
Probabilistic Sampler processor
processor/remotetap
processor/resourcedetection
Resource detection processor
processor/routing
Routing processor
processor/schema
Schema processor
labels
Nov 11, 2024
github-actions
bot
added
processor/span
processor/sumologic
processor/tailsampling
Tail sampling processor
processor/transform
Transform processor
receiver/splunkenterprise
labels
Nov 11, 2024
github-actions
bot
requested review from
Aneurysm9,
boostchicken,
chan-tim-sumo,
dehaansa,
greatestusername,
jaronoff97,
kentquirk,
michalpristas,
RichieSams,
rnishtala-sumo,
rogercoll,
sh0rez and
shalper2
November 11, 2024 20:24
songy23
approved these changes
Nov 11, 2024
Signed-off-by: Matthieu MOREL <[email protected]>
mmorel-35
force-pushed
the
golangci-lint/whitespace
branch
from
November 12, 2024 00:05
43fda47
to
dd8a3eb
Compare
dmitryax
approved these changes
Nov 12, 2024
chan-tim-sumo
approved these changes
Nov 12, 2024
pull bot
pushed a commit
to abaguas/opentelemetry-collector-contrib
that referenced
this pull request
Nov 12, 2024
…lemetry#36297) #### 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
…lemetry#36297) #### 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
processor/attributes
Attributes processor
processor/deltatocumulative
processor/deltatorate
Delta To Rate processor
processor/filter
Filter processor
processor/geoip
processor/groupbyattrs
Group By Attributes processor
processor/groupbytrace
Group By Trace processor
processor/k8sattributes
k8s Attributes processor
processor/logstransform
Logs Transform processor
processor/metricsgeneration
Metrics Generation processor
processor/metricstransform
Metrics Transform processor
processor/probabilisticsampler
Probabilistic Sampler processor
processor/remotetap
processor/resourcedetection
Resource detection processor
processor/routing
Routing processor
processor/schema
Schema processor
processor/span
processor/sumologic
processor/tailsampling
Tail sampling processor
processor/transform
Transform processor
receiver/splunkenterprise
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.