Skip to content

Merge pull request #210 from koxudaxi/support_eap_232 #159

Merge pull request #210 from koxudaxi/support_eap_232

Merge pull request #210 from koxudaxi/support_eap_232 #159

Triggered via push July 1, 2023 05:43
Status Failure
Total duration 1d 5h 29m 53s
Artifacts

docs.yml

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

Annotations

1 error, 11 warnings, and 4 notices
build-deploy
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Regular expression can be simplified: src/com/koxudaxi/ruff/Ruff.kt#L355
`[\\s]` can be simplified to '\\s'
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()'
Incorrect string capitalization: src/com/koxudaxi/ruff/RuffFixService.kt#L34
String 'Run ruff' is not properly capitalized. It should have title capitalization
Incorrect string capitalization: src/com/koxudaxi/ruff/Ruff.kt#L192
String 'Error Running Ruff' is not properly capitalized. It should have sentence capitalization
Unused symbol: src/com/koxudaxi/ruff/RuffRun.kt#L21
Property "actionID" is never used
Unstable API Usage: src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt#L15
'com.intellij.platform.backend.presentation.TargetPresentation' 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#L46
'com.intellij.model.Pointer' is marked unstable with @ApiStatus.Experimental
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#L48
'dereference()' is marked unstable with @ApiStatus.Experimental
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