Skip to content

Add custom errors for common and ownership packages (#73) #153

Add custom errors for common and ownership packages (#73)

Add custom errors for common and ownership packages (#73) #153

Triggered via push October 22, 2024 16:45
Status Success
Total duration 36s
Artifacts
Matrix: Lint sources
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L4
global import of path ../ownership/Ownable.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/sfc/ConstantsManager.sol#L5
global import of path ../common/Decimal.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/sfc/ConstantsManager.sol#L40
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L41
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L46
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L47
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L52
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L57
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L62
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/sfc/ConstantsManager.sol#L67
GC: Use Custom Errors instead of require statements