Replace please with Makefile #301
Annotations
10 errors and 1 warning
Lint:
components/producers/typescript-npm-audit/types/npmquickaudit/npmquickaudit.go#L130
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/main.go#L29
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmfullaudit/npmfullaudit_test.go#L19
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmfullaudit/npmfullaudit_test.go#L32
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmquickaudit/npmquickaudit_test.go#L20
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
components/producers/typescript-npm-audit/types/npmquickaudit/npmquickaudit_test.go#L33
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors
|
Lint:
cmd/draconctl/migrations/migrations.go#L328
[go/errcheck] fmt.Fprintf(out, "watching pod logs for job: %s/%s\n", namespace, name)
|
Lint:
cmd/draconctl/migrations/migrations.go#L372
[go/errcheck] fmt.Fprintf(out, "======= watching logs of pod %s/%s =======\n", pod.Namespace, pod.Name)
|
Lint:
cmd/draconctl/migrations/migrations.go#L374
[go/errcheck] stream.Close()
|
Lint:
cmd/draconctl/migrations/migrations.go#L378
[go/errcheck] fmt.Fprintf(out, "======= done watching logs of pod %s/%s =======\n", pod.Namespace, pod.Name)
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|