Skip to content

test: fix OtcMaker.getter #408

test: fix OtcMaker.getter

test: fix OtcMaker.getter #408

Triggered via push May 26, 2023 11:08
Status Failure
Total duration 13m 8s
Artifacts

testing.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Foundry Test
Process completed with exit code 1.
lint: contracts/base/BlockContext.sol#L9
Avoid to make time-based decisions in your business logic
lint: contracts/base/OwnerPausable.sol#L17
Function order is incorrect, external function can not go after internal function (line 12)
lint: contracts/base/SafeOwnable.sol#L42
Function order is incorrect, external function can not go after internal function (line 28)
lint: contracts/base/SafeOwnableNonUpgradable.sol#L85
Function order is incorrect, external view function can not go after public view function (line 78)
lint: contracts/lens/Multicall2.sol#L24
Avoid to use low level calls
lint: contracts/lens/Multicall2.sol#L33
Avoid to use low level calls
lint: contracts/lens/PerpPortal.sol#L123
Function order is incorrect, external function can not go after external view function (line 118)
lint: contracts/limitOrder/LimitOrderBook.sol#L209
Function order is incorrect, external view function can not go after public view function (line 205)
lint: contracts/LowLevelErrorMessage.sol#L13
Avoid to use inline assembly. It is acceptable only in rare cases
lint: contracts/LowLevelErrorMessage.sol#L19
Avoid to use inline assembly. It is acceptable only in rare cases