Skip to content

Merge pull request #486 from koxudaxi/fix_idea_lsp_server_on_wsl #308

Merge pull request #486 from koxudaxi/fix_idea_lsp_server_on_wsl

Merge pull request #486 from koxudaxi/fix_idea_lsp_server_on_wsl #308

Triggered via push September 2, 2024 20:09
Status Success
Total duration 20s
Artifacts

docs.yml

on: push
build-deploy
12s
build-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 11 warnings, and 6 notices
Usage of API marked for removal: src/com/koxudaxi/ruff/RuffPackageManagerListener.kt#L11
'com.jetbrains.python.packaging.PyPackageManager' is deprecated and marked for removal
Usage of API marked for removal: src/com/koxudaxi/ruff/RuffPackageManagerListener.kt#L7
'com.jetbrains.python.packaging.PyPackageManager' is deprecated and marked for removal
Usage of API marked for removal: src/com/koxudaxi/ruff/RuffPackageManagerListener.kt#L11
'com.jetbrains.python.packaging.PyPackageManager' is deprecated and marked for removal
Incorrect string capitalization: src/com/koxudaxi/ruff/Ruff.kt#L323
String 'Error Running Ruff' is not properly capitalized. It should have sentence capitalization
Usage of redundant or deprecated syntax or deprecated symbols: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L39
Elvis operator (?:) always returns the left operand of non-nullable type String
Unstable API Usage: src/com/koxudaxi/ruff/RuffExternalAnnotator.kt#L48
'isAcceptedFor([email protected] Class)' is marked unstable with @ApiStatus.Internal
Unstable API Usage: src/com/koxudaxi/ruff/RuffProjectInitializer.kt#L69
'stopAndRestartIfNeeded(java.lang.Class)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Unused symbol: src/com/koxudaxi/ruff/RuffExternalAnnotator.kt#L118
Function "isForFile" is never used
Unused symbol: src/com/koxudaxi/ruff/Ruff.kt#L424
Function "runRuffInBackground" is never used
Unused symbol: src/com/koxudaxi/ruff/RuffRun.kt#L24
Property "actionID" is never used
Array property in data class: src/com/koxudaxi/ruff/Ruff.kt#L367
Property with 'Array' type in a 'data' class: it is recommended to override 'equals()' and 'hashCode()'
Const property naming convention: src/com/koxudaxi/ruff/RuffRun.kt#L24
Const property name `actionID` should not contain lowercase letters
Package name does not match containing directory: src/com/koxudaxi/ruff/lsp/RuffLspClientManager.kt#L9
Package directive does not match the file location
Regular expression can be simplified: src/com/koxudaxi/ruff/Ruff.kt#L564
`[\\s]` can be simplified to '\\s'