We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3dd83 commit 1d0d3acCopy full SHA for 1d0d3ac
1 file changed
Lint.swift
@@ -15,7 +15,8 @@ import Linter_Primitives_Rules
15
16
Lint.run(dependencies: [
17
.package(
18
- path: "../swift-primitives-linter-rules",
+ url: "https://github.com/swift-primitives/swift-primitives-linter-rules.git",
19
+ branch: "main",
20
products: ["Linter Primitives Rules"]
21
),
22
]) {
0 commit comments