Skip to content

CLI: Support --referenceBuildInfoDirs option #1525

CLI: Support --referenceBuildInfoDirs option

CLI: Support --referenceBuildInfoDirs option #1525

Triggered via pull request August 16, 2024 15:53
Status Failure
Total duration 4m 15s
Artifacts

checks.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

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/