fix linter #461
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
contracts/identitytreestore/IdentityTreeStore.sol#L25
Explicitly mark visibility of state
|
contracts/identitytreestore/IdentityTreeStore.sol#L59
Use Custom Errors instead of require statements
|
contracts/identitytreestore/IdentityTreeStore.sol#L85
Variable "id" is unused
|
contracts/identitytreestore/IdentityTreeStore.sol#L97
Use Custom Errors instead of require statements
|
contracts/identitytreestore/IdentityTreeStore.sol#L161
Use Custom Errors instead of revert statements
|
contracts/identitytreestore/IdentityTreeStore.sol#L195
Use Custom Errors instead of revert statements
|
contracts/lib/ArrayUtils.sol#L20
Use Custom Errors instead of require statements
|
contracts/lib/ArrayUtils.sol#L21
Use Custom Errors instead of require statements
|
contracts/lib/ArrayUtils.sol#L22
Use Custom Errors instead of require statements
|
contracts/lib/ClaimBuilder.sol#L75
Use Custom Errors instead of require statements
|
The logs for this run have expired and are no longer available.
Loading