Address OZ's feedback on USDT comet support #3373
run-contract-linter.yaml
on: pull_request
Contract linter
1m 40s
Annotations
9 warnings
Contract linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Contract linter:
contracts/Comet.sol#L207
Avoid to use inline assembly. It is acceptable only in rare cases
|
Contract linter:
contracts/Comet.sol#L212
Avoid to use inline assembly. It is acceptable only in rare cases
|
Contract linter:
contracts/Comet.sol#L219
Avoid to use inline assembly. It is acceptable only in rare cases
|
Contract linter:
contracts/Comet.sol#L247
Avoid to use inline assembly. It is acceptable only in rare cases
|
Contract linter:
contracts/Comet.sol#L789
Avoid to use low level calls
|
Contract linter:
contracts/Comet.sol#L803
Avoid to use low level calls
|
Contract linter:
contracts/Comet.sol#L1347
Fallback function must be simple
|
Contract linter:
contracts/Comet.sol#L1349
Avoid to use inline assembly. It is acceptable only in rare cases
|