Merge pull request #5 from pelith/feat/calc-alloacation #24
check.yml
on: push
Test
22s
Check for vulnerabilities
43s
Check conventional commit compliance
0s
Lint
1m 40s
Annotations
13 errors and 1 warning
|
Check for vulnerabilities
Process completed with exit code 1.
|
|
Check for vulnerabilities:
internal/liquidity/repository/repository.go#L14
could not import remora/internal/liquidity/repository/contracts (invalid package name: "")
|
|
Check for vulnerabilities:
internal/liquidity/repository/repository.go#L14
package remora/internal/liquidity/repository/contracts is not in std (/opt/hostedtoolcache/go/1.25.6/x64/src/remora/internal/liquidity/repository/contracts)
|
|
Lint:
internal/agent/posm.go#L109
Error return value is not checked (errcheck)
|
|
Lint:
internal/agent/posm.go#L80
Error return value is not checked (errcheck)
|
|
Lint:
internal/agent/posm.go#L79
Error return value is not checked (errcheck)
|
|
Lint:
internal/agent/posm.go#L78
Error return value is not checked (errcheck)
|
|
Lint:
internal/agent/erc20.go#L95
Error return value is not checked (errcheck)
|
|
Lint:
internal/agent/erc20.go#L59
Error return value is not checked (errcheck)
|
|
Lint:
internal/agent/posm.go#L89
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"stateView address not configured\")" (err113)
|
|
Lint:
internal/agent/executor.go#L38
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"gas price too high: %s > %s\", gasPrice.String(), maxGasPriceWeiInt.String())" (err113)
|
|
Lint:
internal/agent/erc20.go#L97
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected empty result from balanceOf\")" (err113)
|
|
Lint:
internal/agent/erc20.go#L61
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected empty result from decimals\")" (err113)
|
|
Check for vulnerabilities
Failed to restore: Cache service responded with 400
|