Skip to content

Commit

Permalink
fix: remove lint on grpc generated enum
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-redpanda committed Feb 5, 2024
1 parent 6383359 commit 8d59fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pkg/api/connect/service/transform/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
v1alpha1 "github.com/redpanda-data/console/backend/pkg/protogen/redpanda/api/dataplane/v1alpha1"
)

//nolint:stylecheck // generated enum
func statusToPartitionTransformStatus_PartitionStatus(s string) (v1alpha1.PartitionTransformStatus_PartitionStatus, error) {
switch s {
case "unspecified":
Expand Down

0 comments on commit 8d59fd8

Please sign in to comment.