Auction Management #23
Annotations
8 warnings
Foundry project
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/
|
Foundry project:
src/AuctionHouse.sol#L2
Found more than One contract per file. 3 contracts found!
|
Foundry project:
src/modules/Auction.sol#L2
Found more than One contract per file. 2 contracts found!
|
Foundry project:
src/modules/Condenser.sol#L2
Found more than One contract per file. 2 contracts found!
|
Foundry project:
src/modules/Derivative.sol#L2
Found more than One contract per file. 2 contracts found!
|
Foundry project:
src/modules/Derivative.sol#L23
Explicitly mark visibility of state
|
Foundry project:
src/modules/Modules.sol#L2
Found more than One contract per file. 2 contracts found!
|
Foundry project:
src/modules/Modules.sol#L345
Immutable variables name are set to be in capitalized SNAKE_CASE
|