CLI: Support --referenceBuildInfoDirs
option
#1525
checks.yml
on: pull_request
lint
38s
coverage
4m 4s
Matrix: tests
Annotations
1 error and 5 warnings
lint
Process completed with exit code 1.
|
lint:
packages/core/src/cli/validate/find-contract.ts#L42
Replace `⏎········c·=>·isMatchFound(contractName,·c,·dirShortName),⏎······` with `c·=>·isMatchFound(contractName,·c,·dirShortName)`
|
lint:
packages/core/src/cli/validate/find-contract.ts#L68
Replace ``${searchPrefix}${foundContract.fullyQualifiedName}`·===·contractName·||·`${searchPrefix}${foundContract.name}`·===·contractName` with `(⏎····`${searchPrefix}${foundContract.fullyQualifiedName}`·===·contractName·||⏎····`${searchPrefix}${foundContract.name}`·===·contractName⏎··)`
|
|
lint:
packages/core/src/cli/validate/validate-upgrade-safety.ts#L83
Replace `·?·findContract(referenceName,·undefined,·sourceContracts,·referenceDictionary)` with `⏎··········?·findContract(referenceName,·undefined,·sourceContracts,·referenceDictionary)⏎·········`
|
coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|