Merge pull request #4 from highlightxyz/v1.3.0 #20
Annotations
10 warnings
ci:
contracts/auction/AuctionManager.sol#L9
global import of path ../utils/EIP712Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/auction/AuctionManager.sol#L12
imported name IERC165 is not used
|
ci:
contracts/auction/AuctionManager.sol#L95
Use Custom Errors instead of require statements
|
ci:
contracts/auction/AuctionManager.sol#L104
Use Custom Errors instead of require statements
|
ci:
contracts/auction/AuctionManager.sol#L113
Use Custom Errors instead of require statements
|
ci:
contracts/auction/AuctionManager.sol#L122
Use Custom Errors instead of require statements
|
ci:
contracts/auction/AuctionManager.sol#L134
Use Custom Errors instead of require statements
|
ci:
contracts/auction/AuctionManager.sol#L150
Function order is incorrect, constructor/initializer can not go after fallback function (line 141)
|
ci:
contracts/auction/AuctionManager.sol#L173
Use Custom Errors instead of require statements
|
ci:
contracts/auction/AuctionManager.sol#L174
Use Custom Errors instead of require statements
|