Skip to content

Merge pull request #11 from dvonthenen/cli-plugins #4

Merge pull request #11 from dvonthenen/cli-plugins

Merge pull request #11 from dvonthenen/cli-plugins #4

Triggered via push July 25, 2024 18:56
Status Success
Total duration 1m 3s
Artifacts

check-all.yaml

on: push
Change to Main/Release Branch
53s
Change to Main/Release Branch
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Change to Main/Release Branch: pkg/plugins/actions.go#L78
commentedOutCode: may want to remove commented-out code (gocritic)
Change to Main/Release Branch: cmd/root.go#L73
commentedOutCode: may want to remove commented-out code (gocritic)
Change to Main/Release Branch: cmd/root.go#L84
commentedOutCode: may want to remove commented-out code (gocritic)
Change to Main/Release Branch: cmd/root.go#L49
nestingReduce: invert if cond, replace body with `continue`, move old body after the statement (gocritic)
Change to Main/Release Branch: cmd/root.go#L16
ST1022: comment on exported var RootCmd should be of the form "RootCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/listen/rest/rest.go#L13
ST1022: comment on exported var SttRestCmd should be of the form "SttRestCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/listen/listen.go#L14
ST1022: comment on exported var ListenCmd should be of the form "ListenCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/speak/rest/rest.go#L13
ST1022: comment on exported var TtsRestCmd should be of the form "TtsRestCmd ..." (stylecheck)
Change to Main/Release Branch: cmd/speak/speak.go#L14
ST1022: comment on exported var SpeakCmd should be of the form "SpeakCmd ..." (stylecheck)
Change to Main/Release Branch
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/