Skip to content

Merge pull request #481 from Shuricks2015/feature/stable_server #303

Merge pull request #481 from Shuricks2015/feature/stable_server

Merge pull request #481 from Shuricks2015/feature/stable_server #303

Triggered via push September 2, 2024 06:49
Status Success
Total duration 25s
Artifacts

docs.yml

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

Annotations

6 errors, 17 warnings, and 5 notices
Usage of API marked for removal: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L36
'com.intellij.webSymbols.utils.HtmlMarkdownUtils' 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/RuffNoqaDocumentationTarget.kt#L36
'com.intellij.webSymbols.utils.HtmlMarkdownUtils' is deprecated and marked for removal
Usage of API marked for removal: src/com/koxudaxi/ruff/RuffPackageManagerListener.kt#L9
'com.jetbrains.python.packaging.PyPackageManager' is deprecated and marked for removal
Usage of API marked for removal: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L12
'com.intellij.webSymbols.utils.HtmlMarkdownUtils' is deprecated and marked for removal
Usage of API marked for removal: src/com/koxudaxi/ruff/RuffPackageManagerListener.kt#L9
'com.jetbrains.python.packaging.PyPackageManager' is deprecated and marked for removal
Array property in data class: src/com/koxudaxi/ruff/Ruff.kt#L336
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
Regular expression can be simplified: src/com/koxudaxi/ruff/Ruff.kt#L533
`[\\s]` can be simplified to '\\s'
Incorrect string capitalization: src/com/koxudaxi/ruff/Ruff.kt#L292
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#L46
'createSmartPointer(): SmartPsiElementPointer' is deprecated. Use alternative method from com.intellij.psi package
Usage of redundant or deprecated syntax or deprecated symbols: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L47
'createSmartPointer(): SmartPsiElementPointer' is deprecated. Use alternative method from com.intellij.psi package
Usage of redundant or deprecated syntax or deprecated symbols: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L36
Elvis operator (?:) always returns the left operand of non-nullable type String
Usage of redundant or deprecated syntax or deprecated symbols: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L57
'startOffset: Int' is deprecated. Use PsiElement.startOffset from com.intellij.psi
Unused import directive: src/com/koxudaxi/ruff/Ruff.kt#L19
Unused import directive
Unused import directive: src/com/koxudaxi/ruff/Ruff.kt#L40
Unused import directive
Unstable API Usage: src/com/koxudaxi/ruff/RuffProjectInitializer.kt#L60
'stopAndRestartIfNeeded(java.lang.Class)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Unstable API Usage: src/com/koxudaxi/ruff/RuffExternalAnnotator.kt#L47
'isAcceptedFor(java.lang.@org.jetbrains.annotations.NotNull Class)' is marked unstable with @ApiStatus.Internal
Unused symbol: src/com/koxudaxi/ruff/RuffRun.kt#L24
Property "actionID" is never used
Unused symbol: src/com/koxudaxi/ruff/RuffExternalAnnotator.kt#L117
Function "isForFile" is never used
Unused symbol: src/com/koxudaxi/ruff/Ruff.kt#L393
Function "runRuffInBackground" is never used