Skip to content

Commit a2dd26d

Browse files
committed
^ f Add SwiftLint disable
1 parent 15e4afc commit a2dd26d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

InspectChangingView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Copyright 2024 Jonathan M. Reid. https://github.com/jonreid/TestableView/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: MIT
44

5+
// swiftlint:disable file_name
56
@testable import <#YourModule#>
67
import ViewInspector
78
import XCTest

SampleApp/CounterTests/InspectChangingView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Copyright 2024 Jonathan M. Reid. https://github.com/jonreid/TestableView/blob/main/LICENSE.txt
33
// SPDX-License-Identifier: MIT
44

5+
// swiftlint:disable file_name
56
@testable import Counter
67
import ViewInspector
78
import XCTest

0 commit comments

Comments
 (0)