Skip to content

Remove unused variables (#71) #147

Remove unused variables (#71)

Remove unused variables (#71) #147

Triggered via push October 22, 2024 09:54
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/common/Initializable.sol#L31
Error message for require is too long: 46 counted / 32 allowed
Lint sources (20.x): contracts/common/Initializable.sol#L31
GC: Use Custom Errors instead of require statements
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/common/ReentrancyGuard.sol#L39
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/ownership/Ownable.sol#L4
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/ownership/Ownable.sol#L39
GC: Use Custom Errors instead of require statements
Lint sources (20.x): contracts/ownership/Ownable.sol#L74
Error message for require is too long: 38 counted / 32 allowed
Lint sources (20.x): contracts/ownership/Ownable.sol#L74
GC: Use Custom Errors instead of require statements
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)