Deepanshutr/master #953
Annotations
10 errors and 2 warnings
golangci-lint:
utilities/rest/queuing/broadcast.go#L1
: import cycle not allowed in test (typecheck)
|
golangci-lint:
x/assets/queries/asset/query_response_test.go#L45
testQueryResponse.Encode undefined (type *QueryResponse has no field or method Encode) (typecheck)
|
golangci-lint:
x/assets/queries/asset/query_response_test.go#L49
(&QueryResponse{}).Decode undefined (type *QueryResponse has no field or method Decode) (typecheck)
|
golangci-lint:
x/assets/queries/asset/query_response_test.go#L52
(&QueryResponse{}).Decode undefined (type *QueryResponse has no field or method Decode) (typecheck)
|
golangci-lint:
x/classifications/auxiliaries/define/auxiliary_response.go#L31
missing return (typecheck)
|
golangci-lint:
x/classifications/queries/classification/query_response_test.go#L44
testQueryResponse.Encode undefined (type *QueryResponse has no field or method Encode) (typecheck)
|
golangci-lint:
x/classifications/queries/classification/query_response_test.go#L48
(&QueryResponse{}).Decode undefined (type *QueryResponse has no field or method Decode) (typecheck)
|
golangci-lint:
x/identities/queries/identity/query_response_test.go#L47
testQueryResponse.Encode undefined (type *QueryResponse has no field or method Encode) (typecheck)
|
golangci-lint:
x/identities/queries/identity/query_response_test.go#L71
queryResponse.Decode undefined (type *QueryResponse has no field or method Decode) (typecheck)
|
golangci-lint:
x/identities/queries/identity/query_response_test.go#L111
queryResponse.Encode undefined (type *QueryResponse has no field or method Encode) (typecheck)
|
golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|