fix: solhint wrong rule naming #16
tests.yml
on: push
Run Unit Tests
19s
Run Integration Tests
15s
Echidna Test
1m 20s
Run symbolic execution tests
15s
Lint Commit Messages
21s
Annotations
11 warnings
Run Integration Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run symbolic execution tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint Commit Messages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint Commit Messages:
test/invariants/fuzz/Greeter.t.sol#L12
Explicitly mark visibility of state
|
Lint Commit Messages:
test/invariants/fuzz/Greeter.t.sol#L12
'HEVM_ADDRESS' should start with _
|
Lint Commit Messages:
test/invariants/fuzz/Greeter.t.sol#L13
Explicitly mark visibility of state
|
Lint Commit Messages:
test/invariants/fuzz/Greeter.t.sol#L13
'hevm' should start with _
|
Lint Commit Messages:
src/interfaces/IGreeter.sol#L44
Function name must be in mixedCase
|
Lint Commit Messages:
src/interfaces/IGreeter.sol#L66
Function order is incorrect, external function can not go after external view function (line 56)
|
Run Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Echidna Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|