mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Austin <vidplace7@gmail.com>
11 lines
307 B
YAML
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"
|