Fix : mTLS bug fix #36
Annotations
10 errors and 1 warning
golangci-lint:
agent/kubviz/plugins/events/event_metrics_utils.go#L194
Error return value is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/events/event_metrics_utils.go#L205
Error return value is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/events/event_metrics_utils.go#L216
Error return value is not checked (errcheck)
|
golangci-lint:
agent/kubviz/plugins/events/event_metrics_utils.go#L59
ST1003: var metricsJson should be metricsJSON (stylecheck)
|
golangci-lint:
agent/kubviz/plugins/kubepreupgrade/kubePreUpgrade.go#L56
ST1003: var deletedApiReplacements should be deletedAPIReplacements (stylecheck)
|
golangci-lint:
agent/kubviz/plugins/kubepreupgrade/kubePreUpgrade.go#L62
ST1003: should not use underscores in Go names; func publishK8sDepricated_Deleted_Api should be publishK8sDepricatedDeletedAPI (stylecheck)
|
golangci-lint:
agent/kubviz/plugins/kubepreupgrade/kubePreUpgrade.go#L374
ST1003: var newApi should be newAPI (stylecheck)
|
golangci-lint:
agent/kubviz/plugins/kubepreupgrade/kubePreUpgrade.go#L516
ST1003: func parameter oldApiItems should be oldAPIItems (stylecheck)
|
golangci-lint:
agent/kubviz/plugins/kubepreupgrade/kubePreUpgrade.go#L518
ST1003: var newApiItems should be newAPIItems (stylecheck)
|
golangci-lint:
agent/kubviz/plugins/kubepreupgrade/kubePreUpgrade.go#L519
ST1003: var newApiItemsMap should be newAPIItemsMap (stylecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, 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/.
|
Loading