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.
2 parents d497846 + cf7aeae commit abd34baCopy full SHA for abd34ba
Tests/SubprocessTests/SubprocessTests+Linting.swift
@@ -40,8 +40,8 @@ private func enableLintingTest() -> Bool {
40
struct SubprocessLintingTest {
41
@Test(
42
.enabled(
43
- if: enableLintingTest(),
44
- "Could not determine source path"
+ if: false/* enableLintingTest() */,
+ "Skipped until we decide on the rules"
45
)
46
47
func runLinter() async throws {
0 commit comments