refactor: bond escalation resolution unit tests #163
ci.yml
on: push
Foundry project
1m 37s
Matrix: Run Linters
Annotations
1 error and 10 warnings
Foundry project
Process completed with exit code 1.
|
Run Linters (16.x):
solidity/test/unit/extensions/AccountingExtension.t.sol#L8
imported name Oracle is not used
|
Run Linters (16.x):
solidity/test/unit/modules/dispute/RootVerificationModule.t.sol#L33
'_token' should not start with _
|
Run Linters (16.x):
solidity/test/utils/Helpers.sol#L6
imported name IERC20 is not used
|
Run Linters (16.x):
solidity/test/utils/Helpers.sol#L8
imported name IAccountingExtension is not used
|
Run Linters (16.x):
solidity/contracts/modules/resolution/BondEscalationResolutionModule.sol#L12
imported name IModule is not used
|
Run Linters (16.x):
solidity/interfaces/extensions/IBondEscalationAccounting.sol#L12
The order of members in the interface IBondEscalationAccounting interfaces should be: Events, Errors, Enums, Structs, Functions
|
Run Linters (16.x):
solidity/interfaces/modules/dispute/ICircuitResolverModule.sol#L22
The order of members in the interface ICircuitResolverModule interfaces should be: Events, Errors, Enums, Structs, Functions
|
Run Linters (16.x):
solidity/interfaces/modules/request/IHttpRequestModule.sol#L14
The order of members in the interface IHttpRequestModule interfaces should be: Events, Errors, Enums, Structs, Functions
|
Run Linters (16.x):
solidity/interfaces/modules/resolution/IArbitratorModule.sol#L12
The order of members in the interface IArbitratorModule interfaces should be: Events, Errors, Enums, Structs, Functions
|
Run Linters (16.x):
solidity/interfaces/modules/resolution/IBondEscalationResolutionModule.sol#L16
The order of members in the interface IBondEscalationResolutionModule interfaces should be: Events, Errors, Enums, Structs, Functions
|