add: plugins k8s #10
Annotations
10 errors and 1 warning
lint:
pkg/tls/tls_test.go#L50
Error return value of `pem.Encode` is not checked (errcheck)
|
lint:
pkg/tls/tls_test.go#L60
Error return value of `pem.Encode` is not checked (errcheck)
|
lint:
pkg/tls/tls_test.go#L93
Error return value of `pem.Encode` is not checked (errcheck)
|
lint:
pkg/tls/tls_test.go#L125
Error return value of `os.MkdirAll` is not checked (errcheck)
|
lint:
pkg/ginx/core.go#L260
Error return value is not checked (errcheck)
|
lint:
transport/http/server.go#L123
S1008: should use 'return er == nil' instead of 'if er != nil { return false }; return true' (gosimple)
|
lint:
pkg/ginx/core.go#L89
S1023: redundant `return` statement (gosimple)
|
lint:
pkg/ginx/core.go#L108
S1023: redundant `return` statement (gosimple)
|
lint:
pkg/ginx/core.go#L123
S1023: redundant `return` statement (gosimple)
|
lint:
pkg/tls/tls.go#L28
S1002: should omit comparison to bool constant, can be simplified to `t.Insecure` (gosimple)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@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/.
|