1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/log
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
..
embedded Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
global Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
internal/global log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
logtest [chore]: enable expected-actual rule from testifylint (#5848) 2024-09-26 12:04:33 +02:00
noop [chore]: enable expected-actual rule from testifylint (#5848) 2024-09-26 12:04:33 +02:00
DESIGN.md log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
doc.go clarify that users should not directly use the log bridge API (#5837) 2024-09-25 11:58:35 +02:00
go.mod Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797) 2024-09-10 14:10:56 -07:00
go.sum fix(deps): update module github.com/go-logr/logr to v1.4.2 (#5393) 2024-05-21 13:58:14 -07:00
keyvalue_bench_test.go Stabilize benchmark result of BenchmarkValueEqual (#5717) 2024-08-16 09:33:36 -07:00
keyvalue_test.go [chore]: enable bool-compare rule from testifylint (#5829) 2024-09-20 09:39:27 +02:00
keyvalue.go Fix gosec overflow alerts (#5799) 2024-09-13 09:11:50 +02:00
kind_string.go Rename log List value type to Slice (#4936) 2024-02-18 08:08:28 -08:00
logger_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
logger.go log: Introduce EnabledParameters (#5791) 2024-09-13 06:35:01 +02:00
provider.go Document Logger name and version recommendations (#5613) 2024-07-12 20:28:43 +02:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
record_bench_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
record_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
record.go log: Make Record not comparable (#5847) 2024-09-26 08:32:36 +02:00
severity_string.go Add SeverityUndefined to otel/log (#5072) 2024-03-14 13:22:12 -07:00
severity_test.go Add SeverityUndefined to otel/log (#5072) 2024-03-14 13:22:12 -07:00
severity.go Add SeverityUndefined to otel/log (#5072) 2024-03-14 13:22:12 -07:00

Log API

PkgGoDev