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>
9 lines
230 B
YAML
9 lines
230 B
YAML
id: remove-ksp-android
|
|
language: kotlin
|
|
severity: warning
|
|
message: "Remove kspAndroid configuration for desktop-only build"
|
|
rule:
|
|
kind: call_expression
|
|
regex: "^\"kspAndroid"
|
|
fix: "// [desktop-only] kspAndroid config removed"
|