Deepanshutr/chore #907
Annotations
10 errors and 12 warnings
golangci-lint:
helpers/constants/flags.go#L7
could not import github.com/AssetMantle/modules/helpers/base (-: # github.com/AssetMantle/modules/helpers/base
|
golangci-lint:
utilities/wasm/custom_encoder.go#L15
could not import github.com/AssetMantle/modules/helpers/base (-: # github.com/AssetMantle/modules/helpers/base
|
golangci-lint:
utilities/wasm/custom_encoder.go#L24
undefined: errorConstants.InvalidMessage (typecheck)
|
golangci-lint:
utilities/wasm/custom_encoder.go#L40
undefined: errorConstants.InvalidMessage (typecheck)
|
golangci-lint:
x/assets/record/record.go#L9
could not import github.com/AssetMantle/modules/helpers/base (-: # github.com/AssetMantle/modules/helpers/base
|
golangci-lint:
helpers/base/auxiliaries.go#L1
: # github.com/AssetMantle/modules/helpers/base [github.com/AssetMantle/modules/helpers/base.test]
|
golangci-lint:
utilities/rest/queuing/broadcast.go#L1
: import cycle not allowed in test (typecheck)
|
golangci-lint:
x/assets/transactions/send/transaction_keeper_test.go#L111
authenticateAuxiliaryKeeper.On undefined (type *MockAuxiliaryKeeper has no field or method On) (typecheck)
|
golangci-lint:
x/assets/transactions/send/transaction_keeper_test.go#L112
authenticateAuxiliaryKeeper.On undefined (type *MockAuxiliaryKeeper has no field or method On) (typecheck)
|
golangci-lint:
x/assets/transactions/send/transaction_keeper_test.go#L115
authenticateAuxiliary.On undefined (type *MockAuxiliary has no field or method On) (typecheck)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
|
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:
simulation/simulated_database/assets/simulated_database.go#L4
var-declaration: should omit type map[string]map[string]string from declaration of var AccountClassificationIDAssetIDMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/assets/simulated_database.go#L5
var-declaration: should omit type map[string][]byte from declaration of var ClassificationIDMappableBytesMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/identities/simulated_database.go#L4
var-declaration: should omit type map[string]map[string]string from declaration of var AccountClassificationIDIdentityIDMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/identities/simulated_database.go#L5
var-declaration: should omit type map[string][]byte from declaration of var ClassificationIDMappableBytesMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/classifications/simulated_database.go#L4
var-declaration: should omit type map[string]string from declaration of var AccountAssetClassificationIDMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/classifications/simulated_database.go#L5
var-declaration: should omit type map[string]string from declaration of var AccountIdentityClassificationIDMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/classifications/simulated_database.go#L6
var-declaration: should omit type map[string][]byte from declaration of var AssetClassificationIDMappableBytesMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/classifications/simulated_database.go#L7
var-declaration: should omit type map[string][]byte from declaration of var IdentityClassificationIDMappableBytesMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/orders/simulated_database.go#L4
var-declaration: should omit type map[string]map[string]string from declaration of var AccountClassificationIDOrderIDMap; it will be inferred from the right-hand side (revive)
|
golangci-lint:
simulation/simulated_database/orders/simulated_database.go#L5
var-declaration: should omit type map[string][]byte from declaration of var ClassificationIDMappableBytesMap; it will be inferred from the right-hand side (revive)
|