Skip to content

Submodule Structure for Forks #338

Submodule Structure for Forks

Submodule Structure for Forks #338

Triggered via pull request December 12, 2023 22:58
Status Failure
Total duration 1m 30s
Artifacts

test.yml

on: pull_request
Run Forge Tests
1m 8s
Run Forge Tests
Run Hardhat Tests
1m 21s
Run Hardhat Tests
Run eslint
34s
Run eslint
Publish to NPM (dry run)
1m 16s
Publish to NPM (dry run)
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Publish to NPM (dry run)
Process completed with exit code 1.
Run eslint: contracts/access/IERC173.sol#L4
global import of path @openzeppelin/contracts/utils/introspection/ERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L3
Found more than One contract per file. 2 contracts found!
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L17
Function name must be in mixedCase
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L95
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L114
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L154
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/errors/Errors.sol#L2
Found more than One contract per file. 3 contracts found!
Run eslint: contracts/mocks/MockDisguisedEOA.sol#L3
global import of path @openzeppelin/contracts/token/ERC721/IERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run eslint: contracts/mocks/MockEIP1271Wallet.sol#L3
global import of path @openzeppelin/contracts/utils/cryptography/ECDSA.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run eslint: contracts/mocks/MockEIP1271Wallet.sol#L4
global import of path @openzeppelin/contracts/interfaces/IERC1271.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)