Skip to content

fix: 7702 support

fix: 7702 support #738

Triggered via pull request November 6, 2024 02:55
Status Success
Total duration 3m 38s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint / forge-lint: src/deployment/RegistryDeployer.sol#L115
Error message for require is too long: 44 counted / 32 allowed
lint / forge-lint: src/deployment/RegistryDeployer.sol#L115
GC: Use Custom Errors instead of require statements
lint / forge-lint: src/deployment/RegistryDeployer.sol#L133
GC: Use Custom Errors instead of require statements
lint / forge-lint: src/deployment/RegistryDeployer.sol#L193
Avoid to use inline assembly. It is acceptable only in rare cases