fix: allow for no bank balances in all simulations (backport #137) #498
lint.yml
on: pull_request
golangci-lint
4m 25s
Lint markdown
15s
Annotations
10 errors and 2 warnings
golangci-lint:
x/feemarket/ante/expected_keepers.go#L1
: # github.com/skip-mev/feemarket/x/feemarket/ante
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L35
syntax error: unexpected <<, expected ~ term or type
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L36
syntax error: unexpected ) after top level declaration
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L43
invalid character U+0023 '#' (typecheck)
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L35
expected '}', found '<<' (typecheck)
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L43
expected declaration, found 'for' (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L13
could not import github.com/skip-mev/feemarket/x/feemarket/ante (-: # github.com/skip-mev/feemarket/x/feemarket/ante
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L35
syntax error: unexpected <<, expected ~ term or type
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L36
syntax error: unexpected ) after top level declaration
|
golangci-lint:
x/feemarket/ante/expected_keepers.go#L43
invalid character U+0023 '#') (typecheck)
|
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, 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/
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/feemarket/feemarket. Supported file pattern: go.sum
|