Soldeer Packaging #888
Annotations
16 warnings
Foundry project
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Foundry project
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v2, actions-rs/toolchain@v1, mozilla-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Foundry project
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Foundry project:
src/interfaces/IAtomicAuctionHouse.sol#L4
global import of path src/interfaces/IAuctionHouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IAtomicCatalogue.sol#L4
global import of path src/interfaces/ICatalogue.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IAuctionHouse.sol#L5
global import of path src/interfaces/modules/IAuction.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IAuctionHouse.sol#L6
global import of path src/interfaces/ICallback.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IAuctionHouse.sol#L7
global import of path src/interfaces/modules/IDerivative.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IAuctionHouse.sol#L10
global import of path src/modules/Keycode.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IBatchAuctionHouse.sol#L4
global import of path src/interfaces/IAuctionHouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IBatchCatalogue.sol#L4
global import of path src/interfaces/ICatalogue.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/IBatchCatalogue.sol#L5
global import of path src/interfaces/modules/IBatchAuction.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Foundry project:
src/interfaces/ICatalogue.sol#L4
global import of path src/interfaces/IAuctionHouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|