From 9c742192f21c2eba7c89e8eea0733cfac02d7713 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 22 Feb 2025 00:07:22 -0800 Subject: feat: Development commit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8a46e9..2947b97 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ default: format lint build scan format: - swiftformat . + swift format --in-place --recursive Sora lint: - swiftlint + swiftlint lint --quiet scan: mint run peripheryapp/periphery scan -- cgit v1.2.3