1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-14 02:33:21 +02:00
opentelemetry-go/internal/global
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
..
benchmark_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
handler_test.go Prevent default ErrorHandler self-delegation (#5137) 2024-04-04 22:36:34 +02:00
handler.go Prevent default ErrorHandler self-delegation (#5137) 2024-04-04 22:36:34 +02:00
instruments_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
instruments.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
internal_logging_test.go Prevent default ErrorHandler self-delegation (#5137) 2024-04-04 22:36:34 +02:00
internal_logging.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
meter_test.go [chore]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07:00
meter_types_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
meter.go SetMeterProvider might miss the delegation for instruments and registries (#5780) 2024-09-06 16:42:55 -07:00
propagator_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
propagator.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
state_test.go Prevent default ErrorHandler self-delegation (#5137) 2024-04-04 22:36:34 +02:00
state.go Prevent default ErrorHandler self-delegation (#5137) 2024-04-04 22:36:34 +02:00
trace_test.go Identify global Tracers and Meters with their schema URLs (#5426) 2024-05-30 07:20:05 -07:00
trace.go Identify global Tracers and Meters with their schema URLs (#5426) 2024-05-30 07:20:05 -07:00
util_test.go Prevent default ErrorHandler self-delegation (#5137) 2024-04-04 22:36:34 +02:00