Merge pull request #20 from oxc-project/dependabot/github_actions/gra… #30
build.yml
on: push
Annotations
33 warnings and 4 notices
Build
This job uses deprecated functionality from the 'gradle/wrapper-validation-action' action. Consult the logs for more details.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gradle/gradle-build-action@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
Failed to save cache entry with path '/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*' and key: dependencies-5338f2e81054ee08c00f69ec3a15dfe0: Error: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gradle/gradle-build-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Verify plugin
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gradle/gradle-build-action@v2, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Verify plugin
No files were found with the provided path: /home/runner/work/oxc-intellij-plugin/oxc-intellij-plugin/build/reports/pluginVerifier. No artifacts will be uploaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt#L30
'createInitializationOptions()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt#L22
Overridden method 'createCommandLine()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt#L6
'com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt#L6
'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt#L29
Overridden method 'createInitializationOptions()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt#L6
Overridden method 'fileOpened(com.intellij.openapi.project.Project, com.intellij.openapi.vfs.VirtualFile, com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerDescriptor.kt#L17
Overridden method 'isSupportedFile(com.intellij.openapi.vfs.VirtualFile)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt#L5
'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/lsp/OxcLspServerSupportProvider.kt#L10
'ensureServerStarted(com.intellij.platform.lsp.api.LspServerDescriptor)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
|
Unused symbol:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsState.kt#L38
Class "OnType" is never used
|
Unused symbol:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsState.kt#L17
Property "run" is never used
|
Unused symbol:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt#L21
Function "AppSettingsComponent" is never used
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "oxc-intellij-plugin-0.0.1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Function naming convention:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt#L21
Function name `AppSettingsComponent` should start with a lowercase letter
|
'arrayOf' call can be replaced with array literal [...]:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsState.kt#L15
'arrayOf' call should be replaced with array literal \[...\]
|
Can be replaced with binary operator:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsConfigurable.kt#L29
Call can be replaced with binary operator
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/iwanabethatguy/oxcintellijplugin/settings/OxcSettingsComponent.kt#L25
Use of getter method instead of property access syntax
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
oxc-intellij-plugin-0.0.1
Expired
|
19.4 KB |
|