Skip to content

Merge pull request #220 from pegahcarter/master #595

Merge pull request #220 from pegahcarter/master

Merge pull request #220 from pegahcarter/master #595

Triggered via push September 20, 2023 16:26
Status Success
Total duration 2m 17s
Artifacts

CI.yml

on: push
Forge unit tests
2m 4s
Forge unit tests
Slither static analysis
1m 19s
Slither static analysis
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Forge unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Forge unit tests: src/interfaces/ITokenURIGenerator.sol#L5
global import of path ./IValoremOptionsClearinghouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/interfaces/IValoremOptionsClearinghouse.sol#L5
global import of path ./ITokenURIGenerator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/TokenURIGenerator.sol#L5
global import of path base64/Base64.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/TokenURIGenerator.sol#L6
global import of path solmate/tokens/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/TokenURIGenerator.sol#L8
global import of path ./interfaces/IValoremOptionsClearinghouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/TokenURIGenerator.sol#L9
global import of path ./interfaces/ITokenURIGenerator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/TokenURIGenerator.sol#L418
Use Custom Errors instead of require statements
Forge unit tests: src/ValoremOptionsClearinghouse.sol#L5
global import of path base64/Base64.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/ValoremOptionsClearinghouse.sol#L6
global import of path solmate/tokens/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Forge unit tests: src/ValoremOptionsClearinghouse.sol#L7
global import of path solmate/tokens/ERC1155.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)