build: dutch auction and factory #105
Annotations
16 warnings
commits
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
commits
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
commits
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
solidity
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
solidity
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
solidity:
src/AprOracle/AprOracle.sol#L40
Code contains empty blocks
|
solidity:
src/Auctions/Auction.sol#L208
Variable "_receiver" is unused
|
solidity:
src/Auctions/Auction.sol#L273
Function body contains 59 lines but allowed no more than 50 lines
|
solidity:
src/Auctions/AuctionFactory.sol#L13
Constant name must be in capitalized SNAKE_CASE
|
solidity:
src/Auctions/AuctionFactory.sol#L16
Constant name must be in capitalized SNAKE_CASE
|
solidity:
src/Auctions/AuctionFactory.sol#L19
Constant name must be in capitalized SNAKE_CASE
|
solidity:
src/HealthCheck/BaseHealthCheck.sol#L41
Code contains empty blocks
|
solidity:
src/interfaces/Solidly/ISolidly.sol#L5
Contract name must be in CamelCase
|
solidity:
src/interfaces/Uniswap/V2/IUniswapV2Router01.sol#L2
Compiler version >=0.6.12 does not satisfy the 0.8.18 semver requirement
|
solidity:
src/interfaces/Uniswap/V2/IUniswapV2Router02.sol#L2
Compiler version >=0.6.12 does not satisfy the 0.8.18 semver requirement
|
solidity
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|