Skip to content

feat: Language Server based OSS tree view #903

feat: Language Server based OSS tree view

feat: Language Server based OSS tree view #903

Triggered via pull request October 27, 2023 12:05
Status Failure
Total duration 1m 22s
Artifacts

ci.yaml

on: pull_request
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 13 warnings
Build and Test (ubuntu-latest): src/snyk/common/views/issueTreeProvider.ts#L45
Replace `issue:·Issue<T>,·folderPath:·string,·filePath:·string,·filteredIssues?:·Issue<T>[]` with `⏎····issue:·Issue<T>,⏎····folderPath:·string,⏎····filePath:·string,⏎····filteredIssues?:·Issue<T>[],⏎··`
Build and Test (ubuntu-latest): src/snyk/snykOss/providers/ossVulnerabilityTreeProvider.ts#L74
Replace `(issue,·index,·self)·=>·index·===·self.findIndex(t·=>·t.id·===·issue.id)` with `⏎··········(issue,·index,·self)·=>·index·===·self.findIndex(t·=>·t.id·===·issue.id),⏎········`
Build and Test (ubuntu-latest): src/snyk/snykOss/providers/ossVulnerabilityTreeProvider.ts#L156
Replace `!nIssues·?·'no·vulnerabilities!·✅'·:·`${nIssues}·${nIssues·===·1·?·'vulnerability'·:·'vulnerabilities'}`` with `⏎······!nIssues·?·'no·vulnerabilities!·✅'·:·`${nIssues}·${nIssues·===·1·?·'vulnerability'·:·'vulnerabilities'}`⏎····`
Build and Test (ubuntu-latest): src/snyk/snykOss/providers/ossVulnerabilityTreeProvider.ts#L182
Replace `issue:·Issue<OssIssueData>,·_folderPath:·string,·_filePath:·string,·filteredIssues:·Issue<OssIssueData>[]` with `⏎····issue:·Issue<OssIssueData>,⏎····_folderPath:·string,⏎····_filePath:·string,⏎····filteredIssues:·Issue<OssIssueData>[],⏎··`
Build and Test (ubuntu-latest): src/snyk/snykOss/providers/ossVulnerabilityTreeProvider.ts#L195
Replace `vuln:·Issue<OssIssueData>,·filteredVulns:·Issue<OssIssueData>[]` with `⏎····vuln:·Issue<OssIssueData>,⏎····filteredVulns:·Issue<OssIssueData>[],⏎··`
Build and Test (ubuntu-latest)
Process completed with exit code 1.
Build and Test (windows-latest)
The operation was canceled.
Build and Test (macos-latest)
The operation was canceled.
Build and Test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (ubuntu-latest): src/snyk/common/languageServer/languageServer.ts#L27
'fs' is defined but never used. Allowed unused vars must match /^_/u
Build and Test (ubuntu-latest): src/snyk/common/vscode/workspace.ts#L12
Unexpected any. Specify a different type
Build and Test (ubuntu-latest): src/snyk/common/vscode/workspace.ts#L35
Unexpected any. Specify a different type
Build and Test (ubuntu-latest): src/snyk/snykCode/interfaces.ts#L22
Unexpected any. Specify a different type
Build and Test (ubuntu-latest): src/snyk/snykCode/utils/analysisUtils.ts#L88
Unsafe assignment of an `any` value
Build and Test (ubuntu-latest): src/snyk/snykCode/utils/analysisUtils.ts#L89
Unsafe assignment of an `any` value
Build and Test (ubuntu-latest): src/snyk/snykCode/utils/analysisUtils.ts#L92
Unsafe assignment of an `any` value
Build and Test (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/