feat: introduce feature drag and pointer events handling #920
Annotations
10 errors and 1 warning
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L5
[ktlint] reported by reviewdog 🐶
Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:5:1: error: Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end (standard:import-ordering)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L33
[ktlint] reported by reviewdog 🐶
Unused import
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:33:1: error: Unused import (standard:no-unused-imports)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L125
[ktlint] reported by reviewdog 🐶
Trailing space(s)
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:125:1: error: Trailing space(s) (standard:no-trailing-spaces)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L422
[ktlint] reported by reviewdog 🐶
Newline expected after opening parenthesis
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:422:29: error: Newline expected after opening parenthesis (standard:function-signature)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L422
[ktlint] reported by reviewdog 🐶
Parameter should start on a newline
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:422:60: error: Parameter should start on a newline (standard:function-signature)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L422
[ktlint] reported by reviewdog 🐶
Parameter should start on a newline
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:422:78: error: Parameter should start on a newline (standard:function-signature)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L422
[ktlint] reported by reviewdog 🐶
Newline expected before closing parenthesis
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:422:94: error: Newline expected before closing parenthesis (standard:function-signature)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L430
[ktlint] reported by reviewdog 🐶
Unnecessary semicolon
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:430:24: error: Unnecessary semicolon (standard:no-semi)
|
ktlint:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt#L433
[ktlint] reported by reviewdog 🐶
Newline expected after opening parenthesis
Raw Output:
android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt:433:32: error: Newline expected after opening parenthesis (standard:function-signature)
|
ktlint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading