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

@@ -15,7 +15,8 @@ final class YetiUITests: XCTestCase {
// In UI tests it is usually best to stop immediately when a failure occurs.
continueAfterFailure = false
// In UI tests its important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
// In UI tests its important to set the initial state - such as interface orientation - required for your
// tests before they run. The setUp method is a good place to do this.
}
override func tearDownWithError() throws {

View File

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