Skip to content

model service network #3321

model service network

model service network #3321

Triggered via pull request October 21, 2024 12:56
Status Failure
Total duration 31s
Artifacts

golangci-lint.yml

on: pull_request
golangci-lint
22s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors
golangci-lint: cmd/analyzer/subcmds/vpcconfigs.go#L61
Error return value of `vpcmodel.InitNetworkAddressLists` is not checked (errcheck)
golangci-lint: cmd/analyzer/subcmds/vpcconfigs.go#L64
Error return value of `vpcmodel.InitNetworkAddressLists` is not checked (errcheck)
golangci-lint: pkg/ibmvpc/analysis_output_test.go#L772
Error return value of `vpcmodel.InitNetworkAddressLists` is not checked (errcheck)
golangci-lint: pkg/vpcmodel/explainabilityInput.go#L468
nestingReduce: invert if cond, replace body with `continue`, move old body after the statement (gocritic)
golangci-lint: pkg/vpcmodel/externalNetwork.go#L181
paramTypeCombine: func(cidr string, resourceType string) (Node, error) could be replaced with func(cidr, resourceType string) (Node, error) (gocritic)
golangci-lint: pkg/vpcmodel/externalNetwork.go#L39
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
golangci-lint
issues found