Merge pull request #354 from akash4sh/main #30
Annotations
10 errors and 1 warning
golangci-lint:
agent/container/pkg/application/githubmodule.go#L126
`occured` is a misspelling of `occurred` (misspell)
|
golangci-lint:
agent/container/pkg/application/handlers.go#L16
func `(*Application).localRegistryHandler` is unused (unused)
|
golangci-lint:
agent/container/pkg/application/githubmodule.go#L53
ST1003: type GithubApiClient should be GithubAPIClient (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)
|
golangci-lint:
agent/kubviz/plugins/outdated/outdated.go#L42
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
|
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