chore: linting #2
Annotations
11 errors
|
lint:
cmd/run/run.go#L38
The line is 153 characters long, which exceeds the maximum of 120 characters. (lll)
|
|
lint:
internal/commands/shellcommand/register.go#L12
Error return value of `r.Register` is not checked (errcheck)
|
|
lint:
internal/commands/serialcommand/register.go#L12
Error return value of `r.Register` is not checked (errcheck)
|
|
lint:
internal/commands/parallelcommand/register.go#L12
Error return value of `r.Register` is not checked (errcheck)
|
|
lint:
internal/commands/foreachdirectory/register.go#L12
Error return value of `r.Register` is not checked (errcheck)
|
|
lint:
internal/commands/copycwdtotemp/register.go#L12
Error return value of `r.Register` is not checked (errcheck)
|
|
lint:
cmd/config/config.go#L96
Error return value of `sw.WriteJSONSchema` is not checked (errcheck)
|
|
lint:
cmd/config/config.go#L78
Error return value of `sw.WriteYAMLExample` is not checked (errcheck)
|
|
lint:
cmd/config/config.go#L75
Error return value of `sw.WriteMarkdownDoc` is not checked (errcheck)
|
|
lint:
internal/schema/schema.go#L558
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"expected struct type, got %s\", t.Kind())" (err113)
|
|
test
Process completed with exit code 2.
|