Adding interface for applications that use operator role and delay in… #31
format.yml
on: pull_request
code-lint-and-format
1m 4s
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)
|