Skip to content

Adding interface for applications that use operator role and delay in… #30

Adding interface for applications that use operator role and delay in…

Adding interface for applications that use operator role and delay in… #30

Triggered via pull request November 10, 2023 17:54
Status Success
Total duration 1m 10s
Artifacts

format.yml

on: pull_request
code-lint-and-format
59s
code-lint-and-format
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
code-lint-and-format: contracts/governance/BaseTokenholderGovernor.sol#L153
Function order is incorrect, public view function can not go after internal view function (line 144)
code-lint-and-format: contracts/staking/IApplicationWithDecreaseDelay.sol#L67
Function order is incorrect, external function can not go after external view function (line 58)
code-lint-and-format: contracts/staking/IApplicationWithOperator.sol#L36
Function order is incorrect, external function can not go after external view function (line 23)
code-lint-and-format: contracts/test/SimplePREApplicationStub.sol#L17
Function order is incorrect, struct definition can not go after event definition (line 12)
code-lint-and-format: contracts/test/TokenStakingTestSet.sol#L287
Function order is incorrect, external pure function can not go after public function (line 266)