[DRAFT] feat: Composable Validation #305
test.yml
on: pull_request
Run Linters
25s
Run Forge Tests (optimized-test-deep)
18s
Run Forge Tests (default)
14s
Annotations
2 errors and 12 warnings
Run Forge Tests (default)
Process completed with exit code 1.
|
Run Forge Tests (optimized-test-deep)
Process completed with exit code 1.
|
Run Forge Tests (default)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Forge Tests (optimized-test-deep)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Linters:
src/validators/Base64URL.sol#L4
global import of path openzeppelin-contracts/contracts/utils/Base64.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run Linters:
src/validators/WebAuthn.sol#L4
global import of path ./Base64URL.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Run Linters:
src/validators/WebAuthn.sol#L34
Function order is incorrect, state variable declaration can not go after internal pure function (line 14)
|
Run Linters:
src/validators/WebAuthn.sol#L34
Explicitly mark visibility of state
|
Run Linters:
src/validators/WebAuthn.sol#L35
Explicitly mark visibility of state
|
Run Linters:
src/validators/WebAuthn.sol#L36
Explicitly mark visibility of state
|
Run Linters:
src/validators/WebAuthn.sol#L37
Explicitly mark visibility of state
|
Run Linters:
src/validators/WebAuthn.sol#L41
Explicitly mark visibility of state
|
Run Linters:
src/validators/WebAuthn.sol#L44
Explicitly mark visibility of state
|