aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 00:11:21 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 00:19:39 +0100
commitfa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c (patch)
tree2dce2e95bab08f773246b450ac50227f8e8f57da /Makefile
parent0d5e6636405dbe332c33c0fb82c7ccccb20f96cb (diff)
Apply formatting rules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 45c82e3..82e1c93 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,10 @@ prepare:
@mkdir -p $(build_directory)
format:
- @swift format -i -r .
+ swift-format --in-place --recursive Map MapTests
+ swiftlint --fix Map MapTests
lint:
- @swift format lint -r .
+ @swiftlint Map MapTests
.PHONY: package prepare archive generate_appcast package distribute format lint build test notarize sign_distributable upload repackage