mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 00:28:20 -04:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Austin <vidplace7@gmail.com>
11 lines
283 B
YAML
11 lines
283 B
YAML
id: remove-android-device-test
|
|
language: kotlin
|
|
severity: warning
|
|
message: "Remove val androidDeviceTest block for desktop-only build"
|
|
rule:
|
|
pattern: |-
|
|
val androidDeviceTest by getting {
|
|
$$$BODY
|
|
}
|
|
fix: "// [desktop-only] val androidDeviceTest { ... } block removed"
|