Added linting rule #3
Annotations
10 errors and 1 warning
golangci-lint:
athena/cli/backfill/starknet.go#L1
: found packages main (starknet.go) and backfill (utils.go) in athena/cli/backfill (typecheck)
|
golangci-lint:
athena/decoder/event_decoder.go#L11
undefined: types.AbiEvent (typecheck)
|
golangci-lint:
athena/decoder/function_decoder.go#L9
undefined: types.AbiFunction (typecheck)
|
golangci-lint:
athena/decoder/starknet_abi.go#L10
undefined: types.AbiParameter (typecheck)
|
golangci-lint:
athena/decoder/starknet_abi.go#L11
undefined: types.StarknetType (typecheck)
|
golangci-lint:
athena/decoder/starknet_abi.go#L17
undefined: types.StarknetType (typecheck)
|
golangci-lint:
athena/decoder/starknet_abi.go#L18
undefined: types.StarknetType (typecheck)
|
golangci-lint:
athena/decoder/event_decoder.go#L58
undefined: types.DecodedEvent (typecheck)
|
golangci-lint:
athena/decoder/function_decoder.go#L14
undefined: types.AbiParameter (typecheck)
|
golangci-lint:
athena/decoder/function_decoder.go#L22
undefined: types.DecodedFunction (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
Loading