Skip to content

Initial Scaffolding for CLI #1

Initial Scaffolding for CLI

Initial Scaffolding for CLI #1

Triggered via pull request July 23, 2024 23:50
Status Success
Total duration 3m 12s
Artifacts

check-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Lint: cmd/root.go#L42
commentedOutCode: may want to remove commented-out code (gocritic)
Lint: pkg/speak/rest/rest.go#L1
Actual: CLI contributors. All Rights Reserved.
Lint: pkg/listen/rest/rest.go#L1
Actual: CLI contributors. All Rights Reserved.
Lint: pkg/selfhosted/selfhosted.go#L1
Actual: CLI contributors. All Rights Reserved.
Lint: cmd/root.go#L13
ST1022: comment on exported var RootCmd should be of the form "RootCmd ..." (stylecheck)
Lint: cmd/listen/rest/rest.go#L13
ST1022: comment on exported var SttRestCmd should be of the form "SttRestCmd ..." (stylecheck)
Lint: cmd/listen/listen.go#L16
ST1022: comment on exported var ListenCmd should be of the form "ListenCmd ..." (stylecheck)
Lint: cmd/speak/rest/rest.go#L13
ST1022: comment on exported var TtsRestCmd should be of the form "TtsRestCmd ..." (stylecheck)
Lint: cmd/speak/speak.go#L16
ST1022: comment on exported var SpeakCmd should be of the form "SpeakCmd ..." (stylecheck)
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/