Exclude UI tests from swiftlint

This commit is contained in:
Balazs Perlaki-Horvath 2025-05-27 01:06:49 +02:00
parent e5848e2e37
commit c90252577f

View File

@ -4,5 +4,6 @@ included:
- Views/Settings/
excluded:
- Support/LocalString.swift
- UITests_iOS
- UITests_iPhone
- UITests_iPad
- UITests_macOS