feat: Language Server based OSS tree view #903
Annotations
7 errors and 11 warnings
Lint:
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>[],⏎··`
|
Lint:
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),⏎········`
|
Lint:
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'}`⏎····`
|
Lint:
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>[],⏎··`
|
Lint:
src/snyk/snykOss/providers/ossVulnerabilityTreeProvider.ts#L195
Replace `vuln:·Issue<OssIssueData>,·filteredVulns:·Issue<OssIssueData>[]` with `⏎····vuln:·Issue<OssIssueData>,⏎····filteredVulns:·Issue<OssIssueData>[],⏎··`
|
|
Lint
Process completed with exit code 1.
|
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/
|
Lint:
src/snyk/common/languageServer/languageServer.ts#L27
'fs' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/snyk/common/vscode/workspace.ts#L12
Unexpected any. Specify a different type
|
Lint:
src/snyk/common/vscode/workspace.ts#L35
Unexpected any. Specify a different type
|
Lint:
src/snyk/snykCode/interfaces.ts#L22
Unexpected any. Specify a different type
|
Lint:
src/snyk/snykCode/utils/analysisUtils.ts#L88
Unsafe assignment of an `any` value
|
Lint:
src/snyk/snykCode/utils/analysisUtils.ts#L89
Unsafe assignment of an `any` value
|
Lint:
src/snyk/snykCode/utils/analysisUtils.ts#L92
Unsafe assignment of an `any` value
|
Lint:
src/snyk/snykCode/views/suggestion/codeSuggestionWebviewProvider.ts#L158
Unexpected any. Specify a different type
|
Lint:
src/snyk/snykCode/views/suggestion/codeSuggestionWebviewProvider.ts#L160
Unsafe assignment of an `any` value
|
Lint:
src/snyk/snykIac/views/suggestion/iacSuggestionWebviewProvider.ts#L99
Unexpected any. Specify a different type
|
The logs for this run have expired and are no longer available.
Loading