summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-02-09 00:09:36 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-09 00:09:36 +0100
commitb8a9a0aef57c387b96503b7d8ee9b08bb2d35999 (patch)
tree81ce468c40f96db820df8ea2fb705e4fc5e69886 /Makefile
parent82ee9e4e415c60410980c1adb0bfb74dd1571fc2 (diff)
[style] qmlfmt ftw
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54fdf33..d3ae5f5 100644
--- a/Makefile
+++ b/Makefile
@@ -262,6 +262,10 @@ clean:
qmllint:
@qmllint gui/qml/*.qml
+qmlfmt:
+ # needs https://github.com/jesperhh/qmlfmt in your path
+ @qmlfmt -w gui/qml/*.qml
+
test:
@go test -tags "integration $(TAGS)" ./pkg/...