feat: validate request parameters #35
tests.yml
on: push
Run Unit Tests
26s
Run Integration Tests
26s
Echidna Test
1m 52s
Run symbolic execution tests
29s
Lint Commit Messages
39s
Annotations
10 warnings
Lint Commit Messages:
test/invariants/symbolic/Greeter.t.sol#L7
Line length must be no more than 120 but current length is 126
|
Lint Commit Messages:
src/contracts/Arbitrable.sol#L65
Function order is incorrect, external function can not go after public view function (line 60)
|
Lint Commit Messages:
src/contracts/EBORequestModule.sol#L28
Variable "_oracle" is unused
|
Lint Commit Messages:
src/contracts/EBORequestModule.sol#L30
Variable "_arbitrator" is unused
|
Lint Commit Messages:
src/contracts/EBORequestModule.sol#L31
Variable "_council" is unused
|
Lint Commit Messages:
src/contracts/EBORequestModule.sol#L40
Variable "_params" is unused
|
Lint Commit Messages:
src/interfaces/IArbitrable.sol#L81
Function order is incorrect, external function can not go after external view function (line 70)
|
Lint Commit Messages:
src/interfaces/IEBORequestModule.sol#L74
Function order is incorrect, external function can not go after external view function (line 61)
|
Lint Commit Messages:
src/interfaces/IGreeter.sol#L44
Function name must be in mixedCase
|
Lint Commit Messages:
src/interfaces/IGreeter.sol#L66
Function order is incorrect, external function can not go after external view function (line 56)
|