feat: Add custom tcr deployment #172
Annotations
1 error and 11 warnings
es-lint
Process completed with exit code 1.
|
es-lint
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/.
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L14
global import of path ../../utils/CappedMath.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L15
global import of path ../../utils/CappedMath128.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L131
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L136
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L236
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L269
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L287
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L303
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L304
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L319
Use Custom Errors instead of require statements
|