Merge branch 'dev' into feat/script #110
ci.yml
on: push
Run Unit Tests
44s
Run Integration Tests
46s
Lint Commit Messages
29s
Annotations
4 errors and 11 warnings
Run Integration Tests
Canceling since a higher priority waiting request for 'CI-refs/heads/feat/script' exists
|
Run Integration Tests
The operation was canceled.
|
Run Unit Tests
Canceling since a higher priority waiting request for 'CI-refs/heads/feat/script' exists
|
Run Unit Tests
The operation was canceled.
|
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/BColor.sol#L2
Found more than one contract per file. 2 contracts found!
|
Lint Commit Messages:
src/contracts/BConst.sol#L4
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)
|
Lint Commit Messages:
src/contracts/BFactory.sol#L6
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)
|
Lint Commit Messages:
src/contracts/BFactory.sol#L9
event name must be in CapWords
|
Lint Commit Messages:
src/contracts/BFactory.sol#L11
event name must be in CapWords
|
Lint Commit Messages:
src/contracts/BFactory.sol#L13
Function order is incorrect, state variable declaration can not go after event definition (line 11)
|
Lint Commit Messages:
src/contracts/BFactory.sol#L38
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/BFactory.sol#L44
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/BFactory.sol#L47
Use Custom Errors instead of require statements
|
Lint Commit Messages:
src/contracts/BMath.sol#L4
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)
|