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 063239fa37
[chore]: enable len and empty rules from testifylint (#5832)
#### Description

Testifylint is a linter that provides best practices with the use of
testify.

This PR enables
[empty](https://github.com/Antonboom/testifylint?tab=readme-ov-file#empty)
and
[len](https://github.com/Antonboom/testifylint?tab=readme-ov-file#len)
rules from [testifylint](https://github.com/Antonboom/testifylint)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-21 08:04:28 -07: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 logtest: Add Recorder (#5134) 2024-04-09 06:45:25 -07:00
recorder_test.go [chore]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07:00
recorder.go log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00

Log Test

PkgGoDev