Skip to content

Commit 4b37651

Browse files
committed
exclude Tests directory from SwiftLint to prevent snapshot test failures
1 parent 2f52071 commit 4b37651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ opt_in_rules:
3030
included:
3131
- Package.swift
3232
- Sources
33-
- Tests
3433

3534
excluded:
3635
- Carthage
3736
- Pods
3837
- fastlane
3938
- build
39+
- Tests
4040

4141
analyzer_rules:
4242
- unused_import

0 commit comments

Comments
 (0)