feat(cvm): [117301871] cvm iacg v2 #3888
golangci-lint.yml
on: pull_request
golangci-lint
34m 2s
Annotations
10 errors and 1 warning
golangci-lint:
tencentcloud/services/cvm/data_source_tc_eips_extension.go#L61
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_image_extension.go#L73
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_images_extension.go#L114
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_instance_types_extension.go#L89
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_instances_extension.go#L95
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_instances_set_extension.go#L83
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_key_pairs_extension.go#L51
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_placement_groups_extension.go#L40
unusedresult: result of context.WithValue call not used (govet)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_eips.go#L110
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
golangci-lint:
tencentcloud/services/cvm/data_source_tc_image.go#L78
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|