From 1ae0e9967bf3820e46b8130b499cdad3f21f0bf6 Mon Sep 17 00:00:00 2001 From: Itay Brenner Date: Tue, 12 Aug 2025 09:51:33 -0300 Subject: [PATCH] chore: Exclude git folder from linting --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 10ded84ab4d..35a3e919c2c 100755 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -9,6 +9,7 @@ excluded: - Tests/Perf - SentryTestUtils/Dynamic/** - .build/** + - .git/** only_rules: - class_delegate_protocol