Skip to content

Fixes on flashFee (#14) #54

Fixes on flashFee (#14)

Fixes on flashFee (#14) #54

Triggered via push August 9, 2023 06:10
Status Failure
Total duration 38s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: src/aave/AaveWrapper.sol#L3
Compiler version ^0.8.0 does not satisfy the >=0.8.19 semver requirement
lint: src/aave/interfaces/DataTypes.sol#L2
Compiler version ^0.8.0 does not satisfy the >=0.8.19 semver requirement
lint: src/aave/interfaces/Errors.sol#L2
Compiler version ^0.8.0 does not satisfy the >=0.8.19 semver requirement
lint: src/aave/interfaces/IFlashLoanSimpleReceiver.sol#L2
Compiler version ^0.8.0 does not satisfy the >=0.8.19 semver requirement
lint: src/aave/interfaces/IPool.sol#L2
Compiler version ^0.8.0 does not satisfy the >=0.8.19 semver requirement
lint: src/aave/interfaces/IPoolAddressesProvider.sol#L2
Compiler version ^0.8.0 does not satisfy the >=0.8.19 semver requirement
lint: src/aave/interfaces/ReserveConfiguration.sol#L2
Compiler version ^0.8.0 does not satisfy the >=0.8.19 semver requirement
lint: src/aave/interfaces/ReserveConfiguration.sol#L13
Line length must be no more than 120 but current length is 127
lint: src/aave/interfaces/ReserveConfiguration.sol#L18
Line length must be no more than 120 but current length is 132
lint: src/aave/interfaces/ReserveConfiguration.sol#L19
Line length must be no more than 120 but current length is 130
lint: script/Deploy.s.sol#L8
Code contains empty blocks
lint: src/aave/AaveWrapper.sol#L21
Variable name must be in mixedCase
lint: src/aave/AaveWrapper.sol#L22
Variable name must be in mixedCase
lint: src/aave/AaveWrapper.sol#L54
Error message for require is too long
lint: src/balancer/BalancerWrapper.sol#L52
Error message for require is too long
lint: src/BaseWrapper.sol#L5
global import of path erc7399/IERC7399.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/erc3156/ERC3156Wrapper.sol#L17
Main key parameter in mapping lenders is not named
lint: src/erc3156/ERC3156Wrapper.sol#L17
Value parameter in mapping lenders is not named
lint: src/uniswapV3/interfaces/IUniswapV3Pool.sol#L4
global import of path ./pool/IUniswapV3PoolImmutables.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/uniswapV3/interfaces/IUniswapV3Pool.sol#L5
global import of path ./pool/IUniswapV3PoolState.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)