test: adding e2e test scaffold [poc] #6
Annotations
10 errors and 11 warnings
Run yarn lint:check:
src/contracts/BColor.sol#L26
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BConst.sol#L16
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BFactory.sol#L18
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BFactory.sol#L66
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BFactory.sol#L74
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BFactory.sol#L77
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BMath.sol#L16
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BNum.sol#L16
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BNum.sol#L39
Use single quotes for string literals
|
Run yarn lint:check:
src/contracts/BNum.sol#L48
Use single quotes for string literals
|
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/BConst.sol#L19
prefer use of explicit type uint256 over uint
|
Run yarn lint:check:
src/contracts/BConst.sol#L21
prefer use of explicit type uint256 over uint
|
Run yarn lint:check:
src/contracts/BConst.sol#L22
prefer use of explicit type uint256 over uint
|
Run yarn lint:check:
src/contracts/BConst.sol#L24
prefer use of explicit type uint256 over uint
|
Run yarn lint:check:
src/contracts/BConst.sol#L25
prefer use of explicit type uint256 over uint
|
Run yarn lint:check:
src/contracts/BConst.sol#L26
prefer use of explicit type uint256 over uint
|
Run yarn lint:check:
src/contracts/BConst.sol#L28
prefer use of explicit type uint256 over uint
|
Run yarn lint:check:
src/contracts/BConst.sol#L29
prefer use of explicit type uint256 over uint
|
Loading