Skip to content

Merge pull request #4 from highlightxyz/v1.3.0 #20

Merge pull request #4 from highlightxyz/v1.3.0

Merge pull request #4 from highlightxyz/v1.3.0 #20

Triggered via push October 6, 2023 02:26
Status Success
Total duration 2m 56s
Artifacts
Fit to window
Zoom out
Zoom in

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