1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/log/logtest
Matthieu MOREL 6edc7a63df
[chore]: enable expected-actual rule from testifylint (#5848)
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>
2024-09-26 12:04:33 +02:00
..
assertions_test.go Introduce logtest.AssertRecordEqual (#5499) 2024-06-12 11:35:11 -07:00
assertions.go Introduce logtest.AssertRecordEqual (#5499) 2024-06-12 11:35:11 -07:00
doc.go log/logtest: add Record Factory (#5263) 2024-04-25 07:22:39 +02:00
factory_test.go Introduce logtest.AssertRecordEqual (#5499) 2024-06-12 11:35:11 -07:00
factory.go log/logtest: add Record Factory (#5263) 2024-04-25 07:22:39 +02:00
README.md
recorder_test.go [chore]: enable expected-actual rule from testifylint (#5848) 2024-09-26 12:04:33 +02:00
recorder.go log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00

Log Test

PkgGoDev