feat: org commands #47
ci.yaml
on: pull_request
commit
/
Check conventional commit compliance
2s
commit
/
Generate release
0s
lint
14s
tests
43s
Annotations
12 errors
commit / Check conventional commit compliance
Process completed with exit code 1.
|
lint:
pkg/helpers/helpers.go#L51
printf: non-constant format string in call to fmt.Fprintf (govet)
|
lint:
pkg/helpers/helpers.go#L57
printf: non-constant format string in call to fmt.Fprintf (govet)
|
lint:
pkg/helpers/helpers.go#L93
printf: non-constant format string in call to fmt.Fprintf (govet)
|
lint:
charm/input.go#L12
field `text` is unused (unused)
|
lint:
charm/input.go#L13
field `placeholder` is unused (unused)
|
lint:
charm/input.go#L14
field `initialValue` is unused (unused)
|
lint:
charm/input.go#L15
field `hidden` is unused (unused)
|
lint:
charm/input.go#L16
field `required` is unused (unused)
|
lint:
charm/errors.go#L11
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
lint:
pkg/utils/utils.go#L41
Error return value of `charm.RenderError` is not checked (errcheck)
|
tests
Process completed with exit code 1.
|