[#375] Update repository location (#376) #62
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v1, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/checkstyleConfigurationManager.ts#L76
Unexpected any. Specify a different type
|
Lint:
src/checkstyleConfigurationManager.ts#L83
'_progress' is defined but never used
|
Lint:
src/checkstyleConfigurationManager.ts#L83
'_token' is defined but never used
|
Lint:
src/checkstyleConfigurationManager.ts#L140
Expected progress to have a type annotation
|
Lint:
src/commands/executeJavaLanguageServerCommand.ts#L7
Unexpected any. Specify a different type
|
Lint:
src/commands/version.ts#L4
'_' is defined but never used
|
Lint:
src/extension.ts#L59
Unexpected any. Specify a different type
|
Lint:
src/extension.ts#L61
Unexpected any. Specify a different type
|
Lint:
src/features/FileSynchronizer.ts#L99
'_event' is defined but never used
|
Lint:
src/utils/editUtils.ts#L10
Unexpected any. Specify a different type
|
Loading