Skip to content

Example of Consuming an External CLI Plugin #4

Example of Consuming an External CLI Plugin

Example of Consuming an External CLI Plugin #4

Triggered via pull request July 25, 2024 14:22
Status Success
Total duration 58s
Artifacts

check-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: cmd/listen/rest/rest.go#L1
Actual: CLI contributors. All Rights Reserved.
Lint: cmd/listen/rest/rest.go#L13
ST1022: comment on exported var SttRestCmd should be of the form "SttRestCmd ..." (stylecheck)
Lint: cmd/speak/rest/rest.go#L1
Actual: CLI contributors. All Rights Reserved.
Lint: cmd/speak/rest/rest.go#L13
ST1022: comment on exported var TtsRestCmd should be of the form "TtsRestCmd ..." (stylecheck)
Lint: pkg/listen/rest/rest.go#L1
Actual: CLI contributors. All Rights Reserved.
Lint: pkg/plugins/actions.go#L78
commentedOutCode: may want to remove commented-out code (gocritic)
Lint: cmd/root.go#L73
commentedOutCode: may want to remove commented-out code (gocritic)
Lint: cmd/root.go#L84
commentedOutCode: may want to remove commented-out code (gocritic)
Lint: cmd/root.go#L49
nestingReduce: invert if cond, replace body with `continue`, move old body after the statement (gocritic)
Lint: cmd/root.go#L16
ST1022: comment on exported var RootCmd should be of the form "RootCmd ..." (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/