Skip to content

[DRAFT] feat: Composable Validation #305

[DRAFT] feat: Composable Validation

[DRAFT] feat: Composable Validation #305

Triggered via pull request June 24, 2024 18:33
Status Failure
Total duration 34s
Artifacts

test.yml

on: pull_request
Run Linters
25s
Run Linters
Run Forge Tests (optimized-test-deep)
18s
Run Forge Tests (optimized-test-deep)
Run Forge Tests (default)
14s
Run Forge Tests (default)
Fit to window
Zoom out
Zoom in

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