Skip to content

Improve kubernetes object names #144

Improve kubernetes object names

Improve kubernetes object names #144

Triggered via pull request April 22, 2024 17:46
Status Failure
Total duration 3m 30s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
lint: internal/util/k8s_test.go#L1
: # github.com/hyperledger-labs/fabric-builder-k8s/internal/util_test [github.com/hyperledger-labs/fabric-builder-k8s/internal/util.test]
lint: internal/util/k8s_test.go#L12
undefined: util.GetValidName
lint: internal/util/k8s_test.go#L17
undefined: util.GetValidName
lint: internal/util/k8s_test.go#L22
undefined: util.GetValidName
lint: internal/util/k8s_test.go#L27
undefined: util.GetValidName
lint: internal/util/k8s_test.go#L32
undefined: util.GetValidName
lint: internal/util/k8s_test.go#L33
undefined: util.GetValidName
lint: internal/util/k8s_test.go#L38
undefined: util.GetValidName (typecheck)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: internal/util/fabric.go#L6
var-naming: don't use underscores in Go names; func parameter chaincode_id should be chaincodeID (revive)
lint: internal/util/k8s.go#L486
unused-parameter: parameter 'prefix' seems to be unused, consider removing or renaming it as _ (revive)