Separate API calls from install logic #49
Annotations
10 errors and 1 warning
test:
src/NextflowRelease.ts#L4
Filename 'NextflowRelease.ts' does not match the naming convention
|
test:
src/NextflowRelease.ts#L16
Missing return type on function
|
test:
src/OctokitWrapper.ts#L1
Run autofix to sort these imports!
|
test:
src/OctokitWrapper.ts#L1
Filename 'OctokitWrapper.ts' does not match the naming convention
|
test:
src/OctokitWrapper.ts#L27
Array type using 'Array<NextflowRelease>' is forbidden. Use 'NextflowRelease[]' instead
|
test:
src/OctokitWrapper.ts#L29
Unexpected var, use let or const instead
|
test:
src/OctokitWrapper.ts#L30
Prefer for...of instead of Array.forEach
|
test:
src/functions.ts#L9
'NextflowRelease' is already declared in the upper scope on line 7 column 10
|
test:
src/functions.ts#L39
Array type using 'Array<NextflowRelease>' is forbidden. Use 'NextflowRelease[]' instead
|
test:
src/main.ts#L1
Run autofix to sort these imports!
|
test:
test/functions.ts#L113
`test.todo()` should not be used
|