Skip to content

refactor: pr comments #754

refactor: pr comments

refactor: pr comments #754

Triggered via push April 22, 2024 05:28
Status Failure
Total duration 2m 16s
Artifacts

main.yml

on: push
lint_and_test
2m 6s
lint_and_test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
lint_and_test
Process completed with exit code 35.
lint_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint_and_test: contracts/factory/BoltzSmartWalletFactory.sol#L77
Avoid making time-based decisions in your business logic
lint_and_test: contracts/factory/CustomSmartWalletFactory.sol#L189
Avoid making time-based decisions in your business logic
lint_and_test: contracts/factory/MinimalBoltzSmartWalletFactory.sol#L35
Avoid making time-based decisions in your business logic
lint_and_test: contracts/factory/SmartWalletFactory.sol#L74
Avoid making time-based decisions in your business logic
lint_and_test: contracts/RelayHub.sol#L159
Avoid to use tx.origin
lint_and_test: contracts/RelayHub.sol#L173
Avoid to use inline assembly. It is acceptable only in rare cases
lint_and_test: contracts/RelayHub.sol#L185
Avoid to use tx.origin
lint_and_test: contracts/RelayHub.sol#L214
Avoid to use inline assembly. It is acceptable only in rare cases
lint_and_test: contracts/smartwallet/BoltzSmartWallet.sol#L29
Avoid making time-based decisions in your business logic
lint_and_test: contracts/smartwallet/CustomSmartWallet.sol#L168
Avoid making time-based decisions in your business logic