Skip to content

Add support for dataplane resources #27

Add support for dataplane resources

Add support for dataplane resources #27

Triggered via pull request January 9, 2024 00:28
Status Failure
Total duration 29s
Artifacts

lint-golang.yml

on: pull_request
Lint go files
19s
Lint go files
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Lint go files: redpanda/models/user.go#L5
exported: exported type User should have comment or be unexported (revive)
Lint go files: redpanda/models/acl.go#L5
exported: exported type Acl should have comment or be unexported (revive)
Lint go files: redpanda/models/topic.go#L5
exported: exported type Topic should have comment or be unexported (revive)
Lint go files: redpanda/models/topic.go#L13
exported: exported type TopicConfiguration should have comment or be unexported (revive)
Lint go files: redpanda/models/topic.go#L24
exported: exported type TopicConfigSynonym should have comment or be unexported (revive)
Lint go files: redpanda/clients/clients.go#L92
exported: exported function NewTopicServiceClient should have comment or be unexported (revive)
Lint go files: redpanda/clients/clients.go#L100
exported: exported function NewUserServiceClient should have comment or be unexported (revive)
Lint go files: redpanda/clients/clients.go#L108
exported: exported function NewACLServiceClient should have comment or be unexported (revive)
Lint go files: redpanda/clients/clients.go#L116
exported: exported function NewSecretServiceClient should have comment or be unexported (revive)
Lint go files: redpanda/clients/clients.go#L124
exported: exported function NewKafkaConnectServiceClient should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L252
exported: exported function FindUserByName should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L268
exported: exported function StringToStringPointer should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L272
exported: exported function StringToUserMechanism should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L283
exported: exported function UserMechanismToString should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L295
exported: exported function StringToACLResourceType should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L318
exported: exported function ACLResourceTypeToString should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L341
exported: exported function StringToACLResourcePatternType should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L358
exported: exported function ACLResourcePatternTypeToString should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L375
exported: exported function StringToACLOperation should have comment or be unexported (revive)
Lint go files: redpanda/utils/utils.go#L412
exported: exported function ACLOperationToString should have comment or be unexported (revive)