feat(solver/app): basic event processor #84
Annotations
10 errors and 10 warnings
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
Run golangci-lint
Cannot open: File exists
|
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
Run golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Run golangci-lint:
solver/app/parsers.go#L8
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
solver/app/parsers.go#L20
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
solver/app/reactor.go#L145
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
solver/app/actions.go#L5
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
solver/app/reactor.go#L149
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
solver/app/parsers.go#L34
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
solver/app/bindings.go#L9
var-naming: struct field DestChainId should be DestChainID (revive)
|
Run golangci-lint:
solver/app/reactor.go#L77
empty-lines: extra empty line at the end of a block (revive)
|
Loading