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

tooling: make qmllint auto-resolution smarter

This commit is contained in:
bbedward
2026-03-10 15:41:22 -04:00
parent 4ecdba94c2
commit 6185cc79d7
3 changed files with 25 additions and 5 deletions

View File

@@ -27,7 +27,8 @@ quickshell -p quickshell/
**Code formatting:**
```bash
qmlfmt -t 4 -i 4 -b 250 -w path/to/file.qml
make lint-qml # Run from repo root; requires a generated quickshell/.qmlls.ini VFS from `qs -p quickshell/`
make lint-qml # Run from repo root; requires quickshell/.qmlls.ini (generated by `qs -p quickshell/`)
# Uses Qt 6 qmllint. Override path with QMLLINT=/path/to/qmllint if needed.
```
## Components