From c90252577f137b63f4934e94204321d587175aa9 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Tue, 27 May 2025 01:06:49 +0200 Subject: [PATCH] Exclude UI tests from swiftlint --- .swiftlint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 9b5dc7c4..8d2a30b1 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -4,5 +4,6 @@ included: - Views/Settings/ excluded: - Support/LocalString.swift - - UITests_iOS + - UITests_iPhone + - UITests_iPad - UITests_macOS