feat: adding cow-swap allowances on finalize #98
Annotations
11 warnings
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 yarn lint:check:
src/contracts/BColor.sol#L14
Found more than one contract per file. 2 contracts found!
|
Run yarn lint:check:
src/contracts/BConst.sol#L16
global import of path ./BColor.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run yarn lint:check:
src/contracts/BFactory.sol#L18
global import of path ./BPool.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run yarn lint:check:
src/contracts/BFactory.sol#L19
global import of path interfaces/IBFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run yarn lint:check:
src/contracts/BFactory.sol#L28
Function order is incorrect, external function can not go after external view function (line 24)
|
Run yarn lint:check:
src/contracts/BFactory.sol#L53
Use Custom Errors instead of require statements
|
Run yarn lint:check:
src/contracts/BFactory.sol#L59
Use Custom Errors instead of require statements
|
Run yarn lint:check:
src/contracts/BFactory.sol#L62
Use Custom Errors instead of require statements
|
Run yarn lint:check:
src/contracts/BMath.sol#L16
global import of path ./BNum.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run yarn lint:check:
src/contracts/BNum.sol#L16
global import of path ./BConst.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Loading