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
228 B
YAML
11 lines
228 B
YAML
id: remove-android-block
|
|
language: kotlin
|
|
severity: warning
|
|
message: "Remove android { } block for desktop-only build"
|
|
rule:
|
|
pattern: |-
|
|
android {
|
|
$$$BODY
|
|
}
|
|
fix: "// [desktop-only] android { ... } block removed"
|