From dac653cfea90b405c66a0ff479796d72a6cc62cb Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:41:26 +0000 Subject: [PATCH] Change SwiftLint config to be strict by default --- .swiftlint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 425c6d6..fbd03f5 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,5 +1,7 @@ # Updated for 0.62.1 +strict: true + excluded: - ".build" - "**/*pb.swift"