Add Aptos CLI #1071
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 2 warnings
run-tests:
src/cli/localNode.ts#L1
Expected 1 empty line after import statement not followed by another import
|
run-tests:
src/cli/localNode.ts#L2
Unexpected var, use let or const instead
|
run-tests:
src/cli/localNode.ts#L2
Expected "import" instead of "require()"
|
run-tests:
src/cli/localNode.ts#L62
'start' is never reassigned. Use 'const' instead
|
run-tests:
src/cli/localNode.ts#L66
Unexpected `await` inside a loop
|
run-tests:
src/cli/localNode.ts#L67
Unexpected `await` inside a loop
|
run-tests:
src/cli/localNode.ts#L78
Expected 'this' to be used by class async method 'checkIfProcessIsUp'
|
run-tests:
src/cli/localNode.ts#L84
Unnecessary 'else' after 'return'
|
run-tests:
src/cli/localNode.ts#L92
Expected 'this' to be used by class method 'sleep'
|
run-tests
Process completed with exit code 1.
|
run-tests:
src/cli/localNode.ts#L45
Unexpected console statement
|
run-tests:
src/cli/localNode.ts#L51
Unexpected console statement
|