Files
Meshtastic-Android/scripts/desktop-only-rules/remove-ksp-android.yml
2026-05-06 12:43:35 -04:00

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"