Add metamorph records clearing #783
static-analysis.yml
on: pull_request
Static analysis
4m 33s
Static check
17s
Golangci-lint
23s
Annotations
30 errors
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L18
undefined: DatabaseTestSuite
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L24
s.InsertBlock undefined (type *GetTransactionBlocksSuite has no field or method InsertBlock)
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L26
s.InsertTransaction undefined (type *GetTransactionBlocksSuite has no field or method InsertTransaction)
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L28
s.InsertBlockTransactionMap undefined (type *GetTransactionBlocksSuite has no field or method InsertBlockTransactionMap)
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L35
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L44
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L45
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L46
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static check:
blocktx/store/sql/get_transaction_blocks_test.go#L51
cannot use s (variable of type *GetTransactionBlocksSuite) as suite.TestingSuite value in argument to suite.Run: *GetTransactionBlocksSuite does not implement suite.TestingSuite (missing method SetS) (compile)
|
Static check:
cmd/background_worker/main.go#L30
undefined: jobs.ClearRecrodsParams (compile)
|
Golangci-lint:
cmd/background_worker/main.go#L1
: # github.com/bitcoin-sv/arc/cmd/background_worker
|
Golangci-lint:
cmd/background_worker/main.go#L30
undefined: jobs.ClearRecrodsParams (typecheck)
|
Golangci-lint:
blocktx/store/sql/get_block.go#L1
: # github.com/bitcoin-sv/arc/blocktx/store/sql [github.com/bitcoin-sv/arc/blocktx/store/sql.test]
|
Golangci-lint:
blocktx/store/sql/get_transaction_blocks_test.go#L18
undefined: DatabaseTestSuite
|
Golangci-lint:
blocktx/store/sql/get_transaction_blocks_test.go#L24
s.InsertBlock undefined (type *GetTransactionBlocksSuite has no field or method InsertBlock)
|
Golangci-lint:
blocktx/store/sql/get_transaction_blocks_test.go#L26
s.InsertTransaction undefined (type *GetTransactionBlocksSuite has no field or method InsertTransaction)
|
Golangci-lint:
blocktx/store/sql/get_transaction_blocks_test.go#L28
s.InsertBlockTransactionMap undefined (type *GetTransactionBlocksSuite has no field or method InsertBlockTransactionMap)
|
Golangci-lint:
blocktx/store/sql/get_transaction_blocks_test.go#L35
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Golangci-lint:
blocktx/store/sql/get_transaction_blocks_test.go#L44
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Golangci-lint:
blocktx/store/sql/get_transaction_blocks_test.go#L45
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L18
undefined: DatabaseTestSuite
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L24
s.InsertBlock undefined (type *GetTransactionBlocksSuite has no field or method InsertBlock)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L26
s.InsertTransaction undefined (type *GetTransactionBlocksSuite has no field or method InsertTransaction)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L28
s.InsertBlockTransactionMap undefined (type *GetTransactionBlocksSuite has no field or method InsertBlockTransactionMap)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L35
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L44
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L45
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L46
s.T undefined (type *GetTransactionBlocksSuite has no field or method T)
|
Static analysis:
blocktx/store/sql/get_transaction_blocks_test.go#L51
cannot use s (variable of type *GetTransactionBlocksSuite) as suite.TestingSuite value in argument to suite.Run: *GetTransactionBlocksSuite does not implement suite.TestingSuite (missing method SetS)
|
Static analysis:
cmd/background_worker/main.go#L30
undefined: jobs.ClearRecrodsParams
|