opentelemetry-collector/service/internal/graph
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
..
capabilities.go Introduce component logger with appropriate attributes (#12259) 2025-02-06 16:53:20 +00:00
connector.go [service/internal/graph] Add size throughput metrics (#13032) 2025-05-20 11:45:33 +00:00
consumer.go [service/internal/graph] Measure telemetry as it is passed between pipeline components (#12812) 2025-05-12 08:33:02 +00:00
exporter.go [service/internal/graph] Add size throughput metrics (#13032) 2025-05-20 11:45:33 +00:00
fanout.go Introduce component logger with appropriate attributes (#12259) 2025-02-06 16:53:20 +00:00
graph.go [chore]: enable-all rules from go-critic (#13433) 2025-07-24 10:34:03 +00:00
graph_test.go [service/internal/graph] Measure telemetry as it is passed between pipeline components (#12812) 2025-05-12 08:33:02 +00:00
host.go add GetFactory interface to hostcapabilities package (#12789) 2025-04-11 07:44:47 +00:00
lifecycle_test.go [service/internal/graph] Measure telemetry as it is passed between pipeline components (#12812) 2025-05-12 08:33:02 +00:00
metadata.yaml [chore] Generate codecov badge for all READMEs (#12962) 2025-05-05 15:26:50 +00:00
obs_test.go [chore] generate valid profiles test data (#13375) 2025-07-15 18:37:19 +00:00
package_test.go [chore] remove unused opencensus code (#9108) 2024-01-30 10:19:42 -08:00
processor.go [service/internal/graph] Add size throughput metrics (#13032) 2025-05-20 11:45:33 +00:00
receiver.go [service/internal/graph] Add size throughput metrics (#13032) 2025-05-20 11:45:33 +00:00
util_test.go [service/internal/graph] Measure telemetry as it is passed between pipeline components (#12812) 2025-05-12 08:33:02 +00:00
zpages.go [chore] Add test to validate expected component instances (#12071) 2025-01-20 13:45:55 +00:00