solhint: new basic rules #699
Annotations
13 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L23
Immutable variables name are set to be in capitalized SNAKE_CASE
|
lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L64
Use Custom Errors instead of require statements
|
lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L66
Use Custom Errors instead of require statements
|
lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L141
Use Custom Errors instead of require statements
|
lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L143
Use Custom Errors instead of require statements
|
lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L186
Use Custom Errors instead of require statements
|
lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L215
Use Custom Errors instead of require statements
|
lint:
l1-contracts/contracts/bridge/L1SharedBridge.sol#L34
Immutable variables name are set to be in capitalized SNAKE_CASE
|
lint:
l1-contracts/contracts/bridge/L1SharedBridge.sol#L37
Immutable variables name are set to be in capitalized SNAKE_CASE
|
lint:
l1-contracts/contracts/bridge/L1SharedBridge.sol#L40
Immutable variables name are set to be in capitalized SNAKE_CASE
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|