chore: update project files #1132
ci.yml
on: pull_request
[Dart] Check formatting
22s
[Dart] Static code analysis
41s
[Kotlin] Code quality
12s
Package score
1m 23s
Matrix: [Android] Build APK
Matrix: [Web] Build WASM
Matrix: [Web] Build
Matrix: [Android] Integration tests
Matrix: Unit tests
Annotations
9 errors
|
[Kotlin] Code quality:
example/android/app/src/main/kotlin/com/github/josxha/maplibre_example/MainActivity.kt#L1
[ktlint] reported by reviewdog 🐶
Not a valid Kotlin file (1:1 expecting a top level declaration)
Raw Output:
example/android/app/src/main/kotlin/com/github/josxha/maplibre_example/MainActivity.kt:1:1: error: Not a valid Kotlin file (1:1 expecting a top level declaration) ()
|
|
[Kotlin] Code quality:
example/android/build.gradle.kts#L10
[ktlint] reported by reviewdog 🐶
Expected newline before '.'
Raw Output:
example/android/build.gradle.kts:10:38: error: Expected newline before '.' (standard:chain-method-continuation)
|
|
[Kotlin] Code quality:
example/android/build.gradle.kts#L10
[ktlint] reported by reviewdog 🐶
Expected newline before '.'
Raw Output:
example/android/build.gradle.kts:10:57: error: Expected newline before '.' (standard:chain-method-continuation)
|
|
[Kotlin] Code quality:
example/android/build.gradle.kts#L39
[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)
Raw Output:
example/android/build.gradle.kts:39:1: error: File must end with a newline (\n) (standard:final-newline)
|
|
[Kotlin] Code quality:
example/android/settings.gradle.kts#L2
[ktlint] reported by reviewdog 🐶
A multiline expression should start on a new line
Raw Output:
example/android/settings.gradle.kts:2:26: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
|
|
[Android] Build APK
Process completed with exit code 1.
|
|
[Android] Build APK (3.29.0)
Process completed with exit code 1.
|
|
[Android] Integration tests (35)
The process '/usr/bin/sh' failed with exit code 1
|
|
[Android] Integration tests (23)
The process '/usr/bin/sh' failed with exit code 1
|