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
275 B
YAML
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"
|