Skip to content

Add custom errors for common and ownership packages #136

Add custom errors for common and ownership packages

Add custom errors for common and ownership packages #136

Triggered via push October 10, 2024 09:38
Status Success
Total duration 35s
Artifacts
Matrix: Lint sources
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint sources (20.x): contracts/common/ReentrancyGuard.sol#L4
global import of path ./Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L4
global import of path ./IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L5
global import of path ../../common/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L98
Error message for require is too long: 40 counted / 32 allowed
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L98
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L135
Error message for require is too long: 37 counted / 32 allowed
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L135
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L155
Error message for require is too long: 37 counted / 32 allowed
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L155
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/erc20/base/ERC20.sol#L156
Error message for require is too long: 35 counted / 32 allowed