Matthieu MOREL
|
1bae8f7347
|
chore: enable extra-rules from gofumpt (#7114)
#### Description
Enable extra rules from
[gofumpt](https://golangci-lint.run/usage/formatters/#gofumpt) that also
fixes paramTypeCombine from go-critic
Also defines `go.opentelemetry.io/otel` as in
https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7637
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
2025-08-03 08:24:33 -07:00 |
|
Matthieu MOREL
|
982391315f
|
chore: enable gocritic linter (#7095)
#### Description
Enable and fixes several rules from
[gocritic](https://golangci-lint.run/usage/linters/#gocritic) linter
---------
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
2025-07-29 09:20:32 -07:00 |
|
Mikhail Mazurskiy
|
5e1c62a2d5
|
Modernize (#7089)
Use
https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize
to update code to new style.
---------
Co-authored-by: Flc゛ <four_leaf_clover@foxmail.com>
Co-authored-by: Damien Mathieu <42@dmathieu.com>
|
2025-07-29 10:19:11 +02:00 |
|
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 |
|
Tyler Yahn
|
29e1c7e3e4
|
Add custom ring implementation to the BatchProcessor (#5237)
|
2024-04-24 12:07:15 +02:00 |
|