Skip to content

Merge pull request #504 from koxudaxi/changelog-update-v0.0.39 #321

Merge pull request #504 from koxudaxi/changelog-update-v0.0.39

Merge pull request #504 from koxudaxi/changelog-update-v0.0.39 #321

Triggered via push September 13, 2024 03:16
Status Success
Total duration 36s
Artifacts

docs.yml

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

Annotations

3 errors, 12 warnings, and 7 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
Array property in data class: src/com/koxudaxi/ruff/Ruff.kt#L384
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
Lambda argument inside parentheses: src/com/koxudaxi/ruff/RuffConfigPanel.kt#L73
Lambda argument should be moved out of parentheses
Package name does not match containing directory: src/com/koxudaxi/ruff/lsp/RuffLspClientManager.kt#L11
Package directive does not match the file location
Regular expression can be simplified: src/com/koxudaxi/ruff/Ruff.kt#L581
`[\\s]` can be simplified to '\\s'
Incorrect string capitalization: src/com/koxudaxi/ruff/Ruff.kt#L340
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#L51
'isAcceptedFor(java.lang.@org.jetbrains.annotations.NotNull Class)' is marked unstable with @ApiStatus.Internal
Unused symbol: src/com/koxudaxi/ruff/Ruff.kt#L441
Function "runRuffInBackground" is never used
Unused symbol: src/com/koxudaxi/ruff/RuffExternalAnnotator.kt#L121
Function "isForFile" is never used
Unused symbol: src/com/koxudaxi/ruff/RuffCacheService.kt#L87
Function "hasLsp" is never used
Unused symbol: src/com/koxudaxi/ruff/lsp/RuffLspClientManager.kt#L45
Function "start" is never used
Unused symbol: src/com/koxudaxi/ruff/RuffRun.kt#L24
Property "actionID" is never used