chore: gitignore binary #16
Annotations
12 errors and 5 warnings
go-vet:
general.go#L56
unreachable code
|
go-vet
Process completed with exit code 1.
|
lint:
pkg/cosmosdirectory/get_test.go#L49
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
general_test.go#L28
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
general_test.go#L29
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
pkg/cosmosdirectory/get_test.go#L5
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
pkg/cosmosdirectory/get_test.go#L7
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
general.go#L12
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
general.go#L217
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
main.go#L172
exitAfterDefer: log.Fatal will exit, and `defer s.grpcConn.Close()` will not run (gocritic)
|
lint:
pkg/cosmosdirectory/get_test.go#L4
File is not `gofumpt`-ed (gofumpt)
|
lint:
pkg/cosmosdirectory/get_test.go#L6
File is not `gofumpt`-ed (gofumpt)
|
go-vet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
go-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|