Skip to content

Merge branch 'sonic_sfc' into mike/constants_manager_errors #154

Merge branch 'sonic_sfc' into mike/constants_manager_errors

Merge branch 'sonic_sfc' into mike/constants_manager_errors #154

Triggered via push October 22, 2024 16:48
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/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)