Files
Meshtastic-Android/scripts/desktop-only-rules/remove-android-host-test.yml
2026-05-06 12:43:35 -04:00

11 lines
275 B
YAML

id: remove-android-host-test
language: kotlin
severity: warning
message: "Remove val androidHostTest block for desktop-only build"
rule:
pattern: |-
val androidHostTest by getting {
$$$BODY
}
fix: "// [desktop-only] val androidHostTest { ... } block removed"