Skip to content

[pre-commit.ci] pre-commit autoupdate #51

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #51

GitHub Actions / Qodana completed Dec 4, 2023 in 0s

Qodana

83 problems were detected.

Details

📓 Find out how to view the whole Qodana report.
📭 Contact us at [email protected]
👀 Or via our issue tracker: https://jb.gg/qodana-issue
🔥 Or share your feedback: https://jb.gg/qodana-discussions

Annotations

Check warning on line 104 in src/main/kotlin/com/github/phillco/talonjetbrains/cursorless/CursorlessContainer.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Incorrect string capitalization

String 'JNI UnsatisfiedLinkError' is not properly capitalized. It should have sentence capitalization

Check notice on line 34 in src/main/kotlin/com/github/phillco/talonjetbrains/cursorless/Constants.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check notice on line 194 in src/main/kotlin/com/github/phillco/talonjetbrains/cursorless/CursorlessContainer.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Java Map.forEach method call should be replaced with Kotlin's forEach

Java Map.forEach method call should be replaced with Kotlin's forEach

Check notice on line 195 in src/main/kotlin/com/github/phillco/talonjetbrains/cursorless/CursorlessContainer.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Java Map.forEach method call should be replaced with Kotlin's forEach

Java Map.forEach method call should be replaced with Kotlin's forEach

Check warning on line 53 in src/main/kotlin/com/github/phillco/talonjetbrains/cursorless/CursorlessClient.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Usage of redundant or deprecated syntax or deprecated symbols

Unnecessary non-null assertion (!!) on a non-null receiver of type VSCodeState

Check warning on line 206 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Usage of redundant or deprecated syntax or deprecated symbols

Unnecessary safe call on a non-null receiver of type FileEditorManagerEx

Check warning on line 9 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 26 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 35 in src/main/kotlin/com/github/phillco/talonjetbrains/control/ControlSocket.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 17 in src/main/kotlin/com/github/phillco/talonjetbrains/cursorless/CursorlessContainer.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 31 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 22 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 4 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 24 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 16 in src/main/kotlin/com/github/phillco/talonjetbrains/cursorless/CursorlessClient.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 11 in src/main/kotlin/com/github/phillco/talonjetbrains/services/TalonApplicationService.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 12 in src/main/kotlin/com/github/phillco/talonjetbrains/services/TalonApplicationService.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 11 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 10 in src/main/kotlin/com/github/phillco/talonjetbrains/services/TalonApplicationService.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 3 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 25 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 10 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import directive

Unused import directive

Check warning on line 322 in src/main/kotlin/com/github/phillco/talonjetbrains/sync/StateWriter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Return or assignment can be lifted out

'Return' can be lifted out of 'try'

Check warning on line 148 in src/main/kotlin/com/github/phillco/talonjetbrains/control/ControlSocket.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Return or assignment can be lifted out

'Assignment' can be lifted out of 'if'

Check failure on line 8 in src/main/kotlin/com/github/phillco/talonjetbrains/listeners/TalonProjectManagerListener.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'com.intellij.openapi.project.ProjectManagerListener'