refactor: follow linter rules #14
tests.yml
on: push
Run Unit Tests
0s
Run Integration Tests
37s
Echidna Test
0s
Run symbolic execution tests
0s
Lint Commit Messages
27s
Annotations
1 error and 3 warnings
Lint Commit Messages
Process completed with exit code 1.
|
Lint Commit Messages:
src/contracts/Grateful.sol#L65
Function order is incorrect, external function can not go after public view function (line 55)
|
Lint Commit Messages:
src/contracts/Grateful.sol#L77
Line length must be no more than 120 but current length is 121
|
Lint Commit Messages:
src/interfaces/IGrateful.sol#L147
Function order is incorrect, external function can not go after external view function (line 137)
|