From 9c742192f21c2eba7c89e8eea0733cfac02d7713 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 22 Feb 2025 00:07:22 -0800 Subject: feat: Development commit --- .swiftlint.yml | 3 +++ Makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .swiftlint.yml diff --git a/.swiftlint.yml b/.swiftlint.yml new file mode 100644 index 0000000..30894ea --- /dev/null +++ b/.swiftlint.yml @@ -0,0 +1,3 @@ +opt_in_rules: + - all + 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