opentelemetry-collector/internal/telemetry/componentattribute
Matthieu MOREL 84e29958f1
[chore]: enable-all rules from go-critic (#13433)
#### Description

Enables all rules from
[go-critic](https://golangci-lint.run/usage/linters/#gocritic) by
default and disable the one that needs to be fixed

* https://go-critic.com/overview.html#appendcombine
* https://go-critic.com/overview.html#emptystringtest
* https://go-critic.com/overview.html#evalorder
* https://go-critic.com/overview.html#httpnobody
* https://go-critic.com/overview.html#nestingreduce
* https://go-critic.com/overview.html#regexpsimplify
* https://go-critic.com/overview.html#sloppyreassign
* https://go-critic.com/overview.html#sprintfquotedstring
* https://go-critic.com/overview.html#typeassertchain
* https://go-critic.com/overview.html#typeunparen

---------

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-07-24 10:34:03 +00:00
..
attribute.go
logger_test.go [chore] service: refactor logger wrapping (#13329) 2025-07-18 10:13:33 +00:00
logger_zap.go [chore] service: refactor logger wrapping (#13329) 2025-07-18 10:13:33 +00:00
meter_provider.go [chore]: fix staticcheck exclusions (#12792) 2025-04-02 20:07:55 +00:00
meter_test.go
tracer_provider.go [chore]: enable-all rules from go-critic (#13433) 2025-07-24 10:34:03 +00:00
tracer_test.go