Skip to content

SCP-48 Extract licenses from results #6

SCP-48 Extract licenses from results

SCP-48 Extract licenses from results #6

Triggered via pull request January 22, 2024 16:08
Status Failure
Total duration 2m 46s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Lint Codebase: src/main.ts#L11
'scanParams' is assigned a value but never used
Lint Codebase: src/main.ts#L18
Type string trivially inferred from a string literal, remove type annotation
Lint Codebase: src/services/result.interfaces.ts#L3
'ComponentID' is already declared in the upper scope on line 3 column 13
Lint Codebase: src/services/result.interfaces.ts#L77
Unexpected any. Specify a different type
Lint Codebase: src/services/result.service.ts#L9
Missing return type on function
Lint Codebase: src/services/result.service.ts#L12
'path' is assigned a value but never used
Lint Codebase: src/services/result.service.ts#L13
Prefer for...of instead of Array.forEach
Lint Codebase: src/services/result.service.ts#L15
Unnecessary semicolon
Lint Codebase: src/services/result.service.ts#L15
Prefer for...of instead of Array.forEach
Lint Codebase: src/services/result.service.ts#L16
Prefer for...of instead of Array.forEach
Lint Codebase: .github/linters/tsconfig.json#L1
File ignored by default.
Lint Codebase: .prettierrc.json#L1
File ignored by default.