Add custom errors for ConstantsManager
#139
Annotations
10 warnings
Lint sources (20.x):
contracts/sfc/Migrations.sol#L6
Rule is set with explicit type [var/s: uint]
|
Lint sources (20.x):
contracts/sfc/Migrations.sol#L6
Variable name must be in mixedCase
|
Lint sources (20.x):
contracts/sfc/Migrations.sol#L8
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
|
Lint sources (20.x):
contracts/sfc/Migrations.sol#L13
GC: Use Custom Errors instead of require statements
|
Lint sources (20.x):
contracts/sfc/Migrations.sol#L17
Rule is set with explicit type [var/s: uint]
|
Lint sources (20.x):
contracts/sfc/Migrations.sol#L21
Variable name must be in mixedCase
|
Lint sources (20.x):
contracts/sfc/NetworkInitializer.sol#L4
global import of path ./SFCI.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/NetworkInitializer.sol#L5
global import of path ./NodeDriver.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/NetworkInitializer.sol#L6
global import of path ./SFCLib.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/NetworkInitializer.sol#L7
global import of path ./ConstantsManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|