Skip to content

Commit 4705d0d

Browse files
Update File.swift
Add xctestplan file extension
1 parent a2275dd commit 4705d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Danger/File.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public extension File {
1919

2020
public enum FileType: String, Equatable, CaseIterable {
2121
// swiftlint:disable:next identifier_name
22-
case h, json, m, markdown = "md", mm, pbxproj, plist, storyboard, swift, xcscheme, yaml, yml
22+
case h, json, m, markdown = "md", mm, pbxproj, plist, storyboard, swift, xcscheme, yaml, yml, xctestplan
2323
}
2424

2525
// MARK: - FileType extensions

0 commit comments

Comments
 (0)