Test workflow #3
Annotations
6 errors and 1 warning
Lint:
internal/gateway/github_client.go#L75
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Lint:
internal/gateway/github_client.go#L76
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Lint:
main.go#L88
use of `fmt.Print` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Lint:
main.go#L89
continue with no blank line before (nlreturn)
|
Lint:
internal/gateway/github_client.go#L77
if statements should only be cuddled with assignments (wsl)
|
Lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading