Skip to content

Merge pull request #230 from koxudaxi/bump_version_to_0.0.19 #170

Merge pull request #230 from koxudaxi/bump_version_to_0.0.19

Merge pull request #230 from koxudaxi/bump_version_to_0.0.19 #170

Triggered via push July 25, 2023 13:00
Status Failure
Total duration 1d 10h 27m 34s
Artifacts

docs.yml

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

Annotations

1 error, 11 warnings, and 5 notices
build-deploy
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Array property in data class: src/com/koxudaxi/ruff/Ruff.kt#L211
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#L21
Const property name `actionID` should not contain lowercase letters
Regular expression can be simplified: src/com/koxudaxi/ruff/Ruff.kt#L356
`[\\s]` can be simplified to '\\s'
Incorrect string capitalization: src/com/koxudaxi/ruff/Ruff.kt#L192
String 'Error Running Ruff' is not properly capitalized. It should have sentence capitalization
Incorrect string capitalization: src/com/koxudaxi/ruff/RuffFixService.kt#L34
String 'Run ruff' is not properly capitalized. It should have title capitalization
Unstable API Usage: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L47
'dereference()' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L16
'targetPresentation(com.intellij.psi.PsiElement)' is marked unstable with @ApiStatus.Internal
Unstable API Usage: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L43
'com.intellij.model.Pointer' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L48
'dereference()' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L46
'com.intellij.model.Pointer' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L15
'com.intellij.platform.backend.presentation.TargetPresentation' is marked unstable with @ApiStatus.Experimental
Unused symbol: src/com/koxudaxi/ruff/RuffRun.kt#L21
Property "actionID" is never used
Docs
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002