1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 09:12:08 -04:00

build: run qmllint through Quickshell tooling VFS (#1958)

This commit is contained in:
Vladimir
2026-03-10 20:32:16 +01:00
committed by GitHub
parent 177a4c4095
commit a11640d840
4 changed files with 105 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ quickshell -p quickshell/
**Code formatting:**
```bash
qmlfmt -t 4 -i 4 -b 250 -w path/to/file.qml
qmllint **/*.qml
make lint-qml # Run from repo root; requires a generated quickshell/.qmlls.ini VFS from `qs -p quickshell/`
```
## Components