Skip to content

Commit 1d0d3ac

Browse files
committed
Migrate Lint.swift to url-form deps
1 parent da3dd83 commit 1d0d3ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lint.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import Linter_Primitives_Rules
1515

1616
Lint.run(dependencies: [
1717
.package(
18-
path: "../swift-primitives-linter-rules",
18+
url: "https://github.com/swift-primitives/swift-primitives-linter-rules.git",
19+
branch: "main",
1920
products: ["Linter Primitives Rules"]
2021
),
2122
]) {

0 commit comments

Comments
 (0)