Skip to content

refactor: use block.timestamp instead of block.number #210

refactor: use block.timestamp instead of block.number

refactor: use block.timestamp instead of block.number #210

Triggered via push September 26, 2024 11:57
Status Success
Total duration 53s
Artifacts

ci.yml

on: push
Foundry project
42s
Foundry project
Matrix: Run Linters
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Run Linters (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@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 Linters (16.x): solidity/test/utils/external/IERC20.sol#L16
'from' should start with _
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L16
'to' should start with _
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L16
'value' should start with _
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L22
'owner' should start with _
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L22
'spender' should start with _
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L22
'value' should start with _
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L27
Return value 'uint256' in function 'totalSupply' must be named
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L32
Return value 'uint256' in function 'balanceOf' must be named
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L32
'account' should start with _
Run Linters (16.x): solidity/test/utils/external/IERC20.sol#L41
Return value 'bool' in function 'transfer' must be named
Foundry project
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/