feat: Detect deprecated libs and components in manifest.json #121
ci.yml
on: pull_request
General checks, tests and coverage reporting
24s
Annotations
7 errors
General checks, tests and coverage reporting:
src/linter/json/ManifestLinter.ts#L20
Array type using 'Array<string>' is forbidden. Use 'string[]' instead
|
General checks, tests and coverage reporting:
src/linter/json/ManifestLinter.ts#L38
Array type using 'Array<string>' is forbidden. Use 'string[]' instead
|
General checks, tests and coverage reporting:
src/linter/json/ManifestLinter.ts#L44
More than 1 blank line not allowed
|
General checks, tests and coverage reporting:
src/linter/json/ManifestLinter.ts#L78
Trailing spaces not allowed
|
General checks, tests and coverage reporting:
src/linter/json/ManifestLinter.ts#L80
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
General checks, tests and coverage reporting:
src/linter/json/ManifestLinter.ts#L93
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
General checks, tests and coverage reporting
Process completed with exit code 1.
|