Skip to content

Merge pull request #382 from koxudaxi/dependabot/pip/mkdocs-material-… #265

Merge pull request #382 from koxudaxi/dependabot/pip/mkdocs-material-…

Merge pull request #382 from koxudaxi/dependabot/pip/mkdocs-material-… #265

Triggered via push February 27, 2024 13:47
Status Success
Total duration 37s
Artifacts

docs.yml

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

Annotations

8 errors, 11 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
Unstable API Usage: src/com/koxudaxi/ruff/Ruff.kt#L103
'isWsl(com.intellij.openapi.projectRoots.Sdk)' is scheduled for removal in a future version
Unstable API Usage: src/com/koxudaxi/ruff/Ruff.kt#L155
'isWsl(com.intellij.openapi.projectRoots.Sdk)' is scheduled for removal in a future version
build-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Incorrect string capitalization: src/com/koxudaxi/ruff/Ruff.kt#L259
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#L36
Elvis operator (?:) always returns the left operand of non-nullable type String
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/RuffProjectInitializer.kt#L62
'getInstance(com.intellij.openapi.project.Project)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Unstable API Usage: src/com/koxudaxi/ruff/RuffProjectInitializer.kt#L62
'com.intellij.platform.lsp.api.LspServerManager.Companion' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Unstable API Usage: src/com/koxudaxi/ruff/RuffProjectInitializer.kt#L63
'stopAndRestartIfNeeded(java.lang.Class)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Unused symbol: src/com/koxudaxi/ruff/Ruff.kt#L360
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#L303
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#L500
`[\\s]` can be simplified to '\\s'