fix: test typing #158
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 11 warnings
test:
src/commands/create.ts#L1
Prefer `node:fs` over `fs`
|
test:
src/commands/create.ts#L2
Use default import for module `path`
|
test:
src/commands/create.ts#L2
Prefer `node:path` over `path`
|
test:
src/commands/create.ts#L3
Do not use "@ts-ignore" because it alters compilation errors
|
test:
src/commands/create.ts#L5
"@oclif/command" is not found
|
test:
src/commands/create.ts#L10
Use `for…of` instead of `Array#forEach(…)`
|
test:
src/commands/create.ts#L15
Expected blank line before this statement
|
test:
src/commands/create.ts#L24
Expected blank line before this statement
|
test:
src/commands/create.ts#L27
Expected blank line before this statement
|
test:
src/commands/create.ts#L45
Expected blank line before this statement
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test:
src/commands/create.ts#L45
Do not use "__dirname"
|
test:
src/commands/create.ts#L79
Missing return type on function
|
test:
src/commands/generate.ts#L16
Do not use "__dirname"
|
test:
src/commands/generate.ts#L29
Do not use "__dirname"
|
test:
src/commands/generate.ts#L64
Missing return type on function
|
test:
src/generate/generate-module.ts#L28
Missing return type on function
|
test:
src/generate/helpers/ListrHelper.ts#L6
Missing return type on function
|
test:
src/generate/helpers/execQuietly.ts#L4
Missing return type on function
|
test:
src/generate/helpers/findProjectMainPath.ts#L3
Missing return type on function
|
test:
src/generate/helpers/saveRenderedTemplate.ts#L15
Missing return type on function
|