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>
8 lines
216 B
YAML
8 lines
216 B
YAML
id: remove-android-imports
|
|
language: kotlin
|
|
severity: warning
|
|
message: "Remove com.android import for desktop-only build"
|
|
rule:
|
|
pattern: "import com.android.$$$REST"
|
|
fix: "// [desktop-only] android import removed"
|