This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Merge pull request #146 from TykTechnologies/TT-11491-sync-tempate-wi… #10
Annotations
10 errors and 1 warning
clients/examplesrepo/utils.go#L17
S1011: should replace loop with `examples = append(examples, index.Examples.UDG...)` (gosimple)
|
clients/examplesrepo/client_test.go#L56
ineffectual assignment to err (ineffassign)
|
clients/examplesrepo/client_test.go#L72
ineffectual assignment to err (ineffassign)
|
clients/gateway/client.go#L160
Error return value of `c.Reload` is not checked (errcheck)
|
clients/gateway/client.go#L250
Error return value of `c.Reload` is not checked (errcheck)
|
clients/gateway/client.go#L378
Error return value of `c.Reload` is not checked (errcheck)
|
clients/gateway/general_test.go#L11
Error return value of `w.Write` is not checked (errcheck)
|
tyk-vcs/getter.go#L34
field `fs` is unused (unused)
|
clients/gateway/client.go#L306
S1005: unnecessary assignment to the blank identifier (gosimple)
|
cmd/argchecker.go#L14
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
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/.
|
This job failed
Loading