From 9a17188e24a8e78321cd7b7840ff3a70377d0e9e 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:17 +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"