Skip to content

Commit 5b7bee4

Browse files
committed
Fix linting issue
1 parent 2924e80 commit 5b7bee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeGraph/Models/Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ public struct Project: Hashable, Equatable, CustomStringConvertible, CustomDebug
198198
public static func empty(
199199
path: AbsolutePath = try! AbsolutePath(validating: "/test/"), // swiftlint:disable:this force_try
200200
sourceRootPath: AbsolutePath = try! AbsolutePath(validating: "/test/"), // swiftlint:disable:this force_try
201+
// swiftlint:disable:next force_try
201202
xcodeProjPath: AbsolutePath = try! AbsolutePath(validating: "/test/text.xcodeproj"),
202-
// swiftlint:disable:this force_try
203203
name: String = "Project",
204204
organizationName: String? = nil,
205205
defaultKnownRegions: [String]? = nil,

0 commit comments

Comments
 (0)