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 c0bbfa5 commit cf7aeaeCopy full SHA for cf7aeae
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