Skip to content

Add legacy ptokens contracts #27

Add legacy ptokens contracts

Add legacy ptokens contracts #27

Triggered via pull request June 25, 2024 07:34
Status Failure
Total duration 56s
Billable time 1m
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
yarn-ci
Line length must be no more than 120 but current length is 127
yarn-ci
Line length must be no more than 120 but current length is 122
yarn-ci
Line length must be no more than 120 but current length is 142
yarn-ci
Line length must be no more than 120 but current length is 131
yarn-ci
Line length must be no more than 120 but current length is 130
yarn-ci
Line length must be no more than 120 but current length is 121
yarn-ci
Process completed with exit code 1.
yarn-ci
Function order is incorrect, external function can not go after public function (line 48)
yarn-ci
'emitters' should start with _
yarn-ci
'pastEvents' should start with _
yarn-ci
Function order is incorrect, event definition can not go after custom error definition (line 31)
yarn-ci
Function order is incorrect, external view function can not go after public view function (line 86)
yarn-ci
Function order is incorrect, external function can not go after external view function (line 39)
yarn-ci
Function order is incorrect, struct definition can not go after custom error definition (line 36)
yarn-ci
'GSN_RATE_UNIT' should start with _
yarn-ci
Function order is incorrect, enum definition can not go after state variable declaration (line 11)
yarn-ci
'__ERC777GSNUpgradeable_init' should not start with _