docs: added comments to README.md #4
Annotations
10 errors and 3 warnings
contracts/GeometricMeanAMM.sol#L60
Line length must be no more than 120 but current length is 126
|
contracts/libs/UtilsLib.sol#L4
Replace Strings with ·Strings·
|
contracts/libs/UtilsLib.sol#L5
Replace SafeCast with ·SafeCast·
|
contracts/libs/VectorLib.sol#L4
Replace UtilsLib with ·UtilsLib·
|
contracts/libs/VectorLib.sol#L5
Replace SafeCast with ·SafeCast·
|
contracts/libs/VectorLib.sol#L85
Replace a[i]·*·UtilsLib.FIXED_DECIMAL_FACTOR.toInt256( with (a[i]·*·UtilsLib.FIXED_DECIMAL_FACTOR.toInt256()
|
contracts/libs/VectorLib.sol#L94
Replace a[i]·*·UtilsLib.FIXED_DECIMAL_FACTOR with (a[i]·*·UtilsLib.FIXED_DECIMAL_FACTOR)
|
contracts/mocks/MockERC20.sol#L4
Replace ERC20 with ·ERC20·
|
contracts/mocks/MockERC20.sol#L5
Replace IERC20 with ·IERC20·
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/libs/MathLib.sol#L4
Code contains empty blocks
|
contracts/mocks/MockERC20.sol#L5
imported name IERC20 is not used
|
This job failed
Loading