fix: lint fixes #14
ci.yml
on: push
Run Unit Tests
32s
Run Integration Tests
33s
Lint Commit Messages
38s
Annotations
11 errors and 13 warnings
Run Unit Tests
Process completed with exit code 1.
|
Run Integration Tests
Process completed with exit code 1.
|
Lint Commit Messages:
src/contracts/child/QWAave.sol#L33
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/child/QWAave.sol#L49
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/QWManager.sol#L48
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/QWManager.sol#L51
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/QWManager.sol#L58
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/QWManager.sol#L70
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/QWManager.sol#L74
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/QWRegistry.sol#L32
Use Custom Errors instead of require statements
|
Lint Commit Messages
Process completed with exit code 1.
|
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/.
|
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/.
|
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:
src/contracts/child/QWAave.sol#L15
Immutable variables name should be capitalized SNAKE_CASE
|
Lint Commit Messages:
src/contracts/child/QWAave.sol#L17
Immutable variables name should be capitalized SNAKE_CASE
|
Lint Commit Messages:
src/contracts/QWManager.sol#L21
Function order is incorrect, contract immutable declaration can not go after custom error definition (line 18)
|
Lint Commit Messages:
src/contracts/QWManager.sol#L21
Immutable variables name should be capitalized SNAKE_CASE
|
Lint Commit Messages:
src/contracts/QWManager.sol#L25
Line length must be no more than 120 but current length is 136
|
Lint Commit Messages:
src/contracts/QWManager.sol#L48
Error message for require is too long
|
Lint Commit Messages:
src/contracts/QWManager.sol#L51
Error message for require is too long
|
Lint Commit Messages:
src/contracts/QWManager.sol#L70
Error message for require is too long
|
Lint Commit Messages:
src/contracts/QWRegistry.sol#L14
Immutable variables name should be capitalized SNAKE_CASE
|
Lint Commit Messages:
src/contracts/QWRegistry.sol#L32
Error message for require is too long
|