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

11 lines
307 B
YAML

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