Skip to content

refactor: remove logs #8

refactor: remove logs

refactor: remove logs #8

Triggered via push August 10, 2024 13:26
Status Failure
Total duration 40s
Artifacts

tests.yml

on: push
Run Unit Tests
17s
Run Unit Tests
Run Integration Tests
14s
Run Integration Tests
Echidna Test
30s
Echidna Test
Run symbolic execution tests
17s
Run symbolic execution tests
Lint Commit Messages
30s
Lint Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Run Integration Tests
Process completed with exit code 1.
Run symbolic execution tests
Process completed with exit code 1.
Run Unit Tests
Process completed with exit code 1.
Echidna Test
Process completed with exit code 1.
Lint Commit Messages: test/integration/IntegrationBase.sol#L12
Variable "ERC4626" is unused
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L11
Variable "console" is unused
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L45
Function order is incorrect, contract constant declaration can not go after custom error definition (line 39)
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L45
'DECIMALS_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L46
'ACTIVE_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L47
'FROZEN_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L48
'PAUSED_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L49
'SUPPLY_CAP_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L51
'SUPPLY_CAP_START_BIT_POSITION' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L52
'RESERVE_DECIMALS_START_BIT_POSITION' should start with _