Skip to content

feat: remove false positives (#378) #220

feat: remove false positives (#378)

feat: remove false positives (#378) #220

Triggered via push September 28, 2023 14:50
Status Success
Total duration 4m 26s
Artifacts
Matrix: build / Build and Test
Release Preview
1m 14s
Release Preview
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
build / 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 / 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 / Build and Test (ubuntu-latest): src/snyk/common/vscode/workspace.ts#L12
Unexpected any. Specify a different type
build / Build and Test (ubuntu-latest): src/snyk/common/vscode/workspace.ts#L35
Unexpected any. Specify a different type
build / Build and Test (ubuntu-latest): src/snyk/snykCode/interfaces.ts#L22
Unexpected any. Specify a different type
build / 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/
build / Build and Test (macos-latest): src/snyk/common/languageServer/languageServer.ts#L27
'fs' is defined but never used. Allowed unused vars must match /^_/u
build / Build and Test (macos-latest): src/snyk/common/vscode/workspace.ts#L12
Unexpected any. Specify a different type
build / Build and Test (macos-latest): src/snyk/common/vscode/workspace.ts#L35
Unexpected any. Specify a different type
build / Build and Test (macos-latest): src/snyk/snykCode/interfaces.ts#L22
Unexpected any. Specify a different type
build / 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 / Build and Test (windows-latest): src/snyk/common/languageServer/languageServer.ts#L27
'fs' is defined but never used. Allowed unused vars must match /^_/u
build / Build and Test (windows-latest): src/snyk/common/vscode/workspace.ts#L12
Unexpected any. Specify a different type
build / Build and Test (windows-latest): src/snyk/common/vscode/workspace.ts#L35
Unexpected any. Specify a different type
build / Build and Test (windows-latest): src/snyk/snykCode/interfaces.ts#L22
Unexpected any. Specify a different type
Release Preview
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Release Preview
Using '*' activation is usually a bad idea as it impacts performance. More info: https://code.visualstudio.com/api/references/activation-events#Start-up