-
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 usestdlibvars linter (part 2) #36101
Merged
mx-psi
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/usestdlibvars
Oct 31, 2024
Merged
[chore]: enable usestdlibvars linter (part 2) #36101
mx-psi
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/usestdlibvars
Oct 31, 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
force-pushed
the
golangci-lint/usestdlibvars
branch
2 times, most recently
from
October 30, 2024 22:42
3712d9e
to
483c204
Compare
github-actions
bot
added
exporter/datadog
Datadog components
exporter/loki
Loki Exporter
exporter/prometheusremotewrite
exporter/signalfx
exporter/splunkhec
exporter/zipkin
extension/asapauth
internal/metadataproviders
testbed
labels
Oct 30, 2024
github-actions
bot
requested review from
andrzej-stencel,
Aneurysm9,
ankitpatel96,
atoulme,
crobert-1,
dashpole,
dineshg13,
dmitryax,
gramidt,
jamesmoessis,
jpkrohling,
liustanley,
mackjmr,
mar4uk,
MovieStoreGuy,
mx-psi,
rapphil and
songy23
October 30, 2024 22:42
mmorel-35
force-pushed
the
golangci-lint/usestdlibvars
branch
from
October 30, 2024 22:47
483c204
to
4bf94b0
Compare
github-actions
bot
requested review from
BinaryFissionGames,
boostchicken,
carsonip,
chan-tim-sumo,
evan-bradley,
gouthamve,
JaredTan95,
lahsivjar,
portertech,
rnishtala-sumo and
tigrannajaryan
October 30, 2024 22:54
mmorel-35
force-pushed
the
golangci-lint/usestdlibvars
branch
from
October 30, 2024 23:01
7000ed9
to
1cab827
Compare
mmorel-35
force-pushed
the
golangci-lint/usestdlibvars
branch
from
October 30, 2024 23:08
1cab827
to
8a4038a
Compare
Signed-off-by: Matthieu MOREL <[email protected]>
mmorel-35
force-pushed
the
golangci-lint/usestdlibvars
branch
from
October 30, 2024 23:19
8a4038a
to
df01974
Compare
frzifus
approved these changes
Oct 30, 2024
mx-psi
approved these changes
Oct 31, 2024
songy23
approved these changes
Oct 31, 2024
ArthurSens
pushed a commit
to ArthurSens/opentelemetry-collector-contrib
that referenced
this pull request
Nov 4, 2024
#### Description [usestdlibvars](https://golangci-lint.run/usage/linters/#usestdlibvars) is a linter that detect the possibility to use variables/constants from the Go standard library. 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 [usestdlibvars](https://golangci-lint.run/usage/linters/#usestdlibvars) is a linter that detect the possibility to use variables/constants from the Go standard library. 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
exporter/datadog
Datadog components
exporter/elasticsearch
exporter/influxdb
exporter/loki
Loki Exporter
exporter/prometheusremotewrite
exporter/signalfx
exporter/splunkhec
exporter/sumologic
exporter/zipkin
extension/asapauth
extension/bearertokenauth
extension/opamp
extension/sumologic
internal/metadataproviders
pkg/translator/jaeger
receiver/datadog
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
usestdlibvars is a linter that detect the possibility to use variables/constants from the Go standard library.