Add support for bulk-init based on ellipses #1293
Annotations
8 errors
Run golangci/golangci-lint-action@v6:
pkg/initrequest/event.go#L49
exported: exported type InitRequestHandler should have comment or be unexported (revive)
|
Run golangci/golangci-lint-action@v6:
pkg/initrequest/event.go#L67
exported: exported function NewHandler should have comment or be unexported (revive)
|
Run golangci/golangci-lint-action@v6:
pkg/initrequest/event.go#L132
exported: exported method InitRequestHandler.ListerWatcher should have comment or be unexported (revive)
|
Run golangci/golangci-lint-action@v6:
pkg/initrequest/event.go#L144
exported: exported method InitRequestHandler.ObjectType should have comment or be unexported (revive)
|
Run golangci/golangci-lint-action@v6:
pkg/initrequest/event.go#L148
exported: exported method InitRequestHandler.Handle should have comment or be unexported (revive)
|
Run golangci/golangci-lint-action@v6:
pkg/initrequest/event.go#L226
exported: exported method InitRequestHandler.InitDevice should have comment or be unexported (revive)
|
Run golangci/golangci-lint-action@v6:
cmd/directpv/bulk-init.go#L128
unused-parameter: parameter 'i' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v6
issues found
|
Loading