feat: Garbage collector #439
Annotations
4 errors
Go linters:
cmd/main.go#L204
function-result-limit: maximum number of return results per function exceeded; max 3 but got 4 (revive)
|
Go linters:
cmd/main.go#L205
add-constant: avoid magic numbers like '5', create a named constant for it (revive)
|
Go linters:
internal/controller/garbagecollector_controller.go#L169
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
Go linters
issues found
|
Loading