feat: owner #9
tests.yml
on: push
Run Unit Tests
39s
Run Integration Tests
38s
Echidna Test
49s
Run symbolic execution tests
39s
Lint Commit Messages
51s
Annotations
4 errors and 5 warnings
Run Unit Tests
Process completed with exit code 1.
|
Run Integration Tests
Process completed with exit code 1.
|
Run symbolic execution tests
Process completed with exit code 1.
|
Echidna Test
Process completed with exit code 1.
|
Lint Commit Messages:
test/unit/EBORequestCreator.t.sol#L6
Variable "IEBORequestCreator" is unused
|
Lint Commit Messages:
test/unit/EBORequestCreator.t.sol#L8
Variable "Test" is unused
|
Lint Commit Messages:
test/unit/EBORequestCreator.t.sol#L73
Line length must be no more than 120 but current length is 122
|
Lint Commit Messages:
src/contracts/EBORequestCreator.sol#L103
Function order is incorrect, modifier definition can not go after internal pure function (line 99)
|
Lint Commit Messages:
src/interfaces/IEBORequestCreator.sol#L106
Function order is incorrect, external function can not go after external view function (line 96)
|