opentelemetry-collector/internal/memorylimiter/cgroups
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
..
testdata [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
cgroup.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
cgroup_test.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
cgroups.go fix(deps): update module github.com/golangci/golangci-lint to v1.62.0 (#11644) 2024-11-13 12:15:45 -08:00
cgroups_test.go [chore]: fix testifylint rules (#12791) 2025-04-02 23:10:07 +00:00
doc.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
errors.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
mountpoint.go [chore]: enable-all rules from go-critic (#13433) 2025-07-24 10:34:03 +00:00
mountpoint_test.go [chore] update tests to use Empty (#12750) 2025-03-27 20:52:18 +00:00
package_test.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
subsys.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
subsys_test.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00
util_test.go [chore] Move memorylimiter dependencies under one module (#11419) 2024-10-12 11:15:06 -07:00