Add SwiftLint and fix lint warnings

This commit is contained in:
2025-01-19 21:56:37 -05:00
parent 4dc6a71a5c
commit 62fe96bd2f
6 changed files with 69 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import XCTest
final class YetiUITestsLaunchTests: XCTestCase {
override class var runsForEachTargetApplicationUIConfiguration: Bool {
override static var runsForEachTargetApplicationUIConfiguration: Bool {
true
}