Skip to content

feat: automatically update go mod and go sum after bindings change (#… #220

feat: automatically update go mod and go sum after bindings change (#…

feat: automatically update go mod and go sum after bindings change (#… #220

Triggered via push June 26, 2024 14:46
Status Success
Total duration 2m 12s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: contracts/base/GeneralMiddleware.sol#L48
Variable name must be in mixedCase
lint: contracts/base/GeneralMiddleware.sol#L50
GC: [source] on Event [UCHPacketSent] could be Indexed
lint: contracts/base/GeneralMiddleware.sol#L59
Function sendUniversalPacket() must match Foundry test naming convention
lint: contracts/base/GeneralMiddleware.sol#L66
Named parameters missing. MIN unnamed argumenst is 4
lint: contracts/base/GeneralMiddleware.sol#L69
Function sendUniversalPacketWithFee() must match Foundry test naming convention
lint: contracts/base/GeneralMiddleware.sol#L76
Code contains empty blocks
lint: contracts/base/GeneralMiddleware.sol#L78
Function sendMWPacket() must match Foundry test naming convention
lint: contracts/base/GeneralMiddleware.sol#L86
Named parameters missing. MIN unnamed argumenst is 4
lint: contracts/base/GeneralMiddleware.sol#L89
All public or external methods in a contract must override a definition from an interface
lint: contracts/base/GeneralMiddleware.sol#L89
Function onRecvMWPacket() must match Foundry test naming convention