Skip to content

test: renamed files, followed PERP test file naming convention #411

test: renamed files, followed PERP test file naming convention

test: renamed files, followed PERP test file naming convention #411

Triggered via push May 26, 2023 13:31
Status Success
Total duration 12m 58s
Artifacts

testing.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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