-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 expected-actual rule from testifylint #34998
Merged
codeboten
merged 2 commits into
open-telemetry:main
from
mmorel-35:testifylint/expected-actual
Sep 5, 2024
Merged
[chore]: enable expected-actual rule from testifylint #34998
codeboten
merged 2 commits into
open-telemetry:main
from
mmorel-35:testifylint/expected-actual
Sep 5, 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
github-actions
bot
added
cmd/telemetrygen
telemetrygen command
connector/failover
connector/routing
connector/spanmetrics
exporter/alibabacloudlogservice
Alibaba components
exporter/awsemf
awsemf exporter
exporter/awskinesis
exporter/awss3
exporter/awsxray
exporter/azuremonitor
exporter/coralogix
exporter/datadog
Datadog components
exporter/dataset
exporter/elasticsearch
exporter/googlemanagedprometheus
Google Managed Prometheus exporter
exporter/kafka
exporter/loadbalancing
exporter/logzio
exporter/mezmo
exporter/otelarrow
exporter/prometheus
exporter/prometheusremotewrite
exporter/pulsar
exporter/sentry
exporter/signalfx
exporter/splunkhec
exporter/sumologic
exporter/syslog
extension/basicauth
extension/bearertokenauth
labels
Sep 4, 2024
mmorel-35
requested review from
jpkrohling,
codeboten,
mx-psi,
bogdandrutu,
evan-bradley,
fatsheep9146,
mwear,
jsuereth,
songy23 and
bryan-aguilar
as code owners
September 4, 2024 08:01
songy23
approved these changes
Sep 4, 2024
mmorel-35
force-pushed
the
testifylint/expected-actual
branch
from
September 4, 2024 14:32
e82890c
to
4110ffb
Compare
#35007 is open for the failing fileconsumer tests, I believe the failures are unrelated to this change. |
crobert-1
approved these changes
Sep 4, 2024
mmorel-35
force-pushed
the
testifylint/expected-actual
branch
2 times, most recently
from
September 4, 2024 21:40
2d2a20d
to
26ff901
Compare
mmorel-35
force-pushed
the
testifylint/expected-actual
branch
2 times, most recently
from
September 4, 2024 22:09
49cad1e
to
ade0584
Compare
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
mmorel-35
force-pushed
the
testifylint/expected-actual
branch
from
September 5, 2024 06:28
ade0584
to
fce1dfb
Compare
songy23
added
the
ready to merge
Code review completed; ready to merge by maintainers
label
Sep 5, 2024
codeboten
approved these changes
Sep 5, 2024
f7o
pushed a commit
to f7o/opentelemetry-collector-contrib
that referenced
this pull request
Sep 12, 2024
…#34998) #### Description Testifylint is a linter that provides best practices with the use of testify. This PR enables [expected-actual](https://github.com/Antonboom/testifylint?tab=readme-ov-file#expected-actual) rule from [testifylint](https://github.com/Antonboom/testifylint) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
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
cmd/otelcontribcol
otelcontribcol command
cmd/telemetrygen
telemetrygen command
connector/failover
connector/routing
connector/spanmetrics
exporter/alibabacloudlogservice
Alibaba components
exporter/awsemf
awsemf exporter
exporter/awskinesis
exporter/awss3
exporter/awsxray
exporter/azuremonitor
exporter/coralogix
exporter/datadog
Datadog components
exporter/dataset
exporter/elasticsearch
exporter/googlemanagedprometheus
Google Managed Prometheus exporter
exporter/kafka
exporter/loadbalancing
exporter/logzio
exporter/mezmo
exporter/otelarrow
exporter/prometheus
exporter/prometheusremotewrite
exporter/pulsar
exporter/sentry
exporter/signalfx
exporter/splunkhec
exporter/sumologic
exporter/syslog
extension/basicauth
extension/bearertokenauth
extension/encoding
extension/healthcheckv2
extension/observer
extension/sigv4auth
extension/solarwindsapmsettings
extension/sumologic
internal/aws
internal/filter
internal/kubelet
pkg/ottl
pkg/stanza
pkg/translator/jaeger
pkg/translator/prometheus
pkg/translator/signalfx
processor/attributes
Attributes processor
processor/cumulativetodelta
Cumulative To Delta processor
processor/deltatorate
Delta To Rate processor
processor/filter
Filter processor
processor/groupbyattrs
Group By Attributes processor
processor/groupbytrace
Group By Trace processor
processor/k8sattributes
k8s Attributes processor
ready to merge
Code review completed; ready to merge by maintainers
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
Testifylint is a linter that provides best practices with the use of testify.
This PR enables expected-actual rule from testifylint