Skip to content

feat: Detect deprecated libs and components in manifest.json #121

feat: Detect deprecated libs and components in manifest.json

feat: Detect deprecated libs and components in manifest.json #121

Triggered via pull request March 19, 2024 11:05
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
General checks, tests and coverage reporting
24s
General checks, tests and coverage reporting
Fit to window
Zoom out
Zoom in

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#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.