ConduitIO / conduit-connector-sdk

SDK for Conduit connectors written in Go
Apache License 2.0
10 stars 4 forks source link

paramgen: ignore todo comments above fields #68

Open hariso opened 1 year ago

hariso commented 1 year ago

Feature description

The following code (notice the todo):

type Config struct {
    // Personal access token.
    // More description.
    // todo test
    Token string `json:"token" validate:"required"`
}

generates:

Description: "Personal access token. More description. todo test"

Ideally, // todo test is ignored.

simonl2002 commented 1 year ago

if there's no movement here in 3mnths close this one out.