diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-05 17:53:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 17:53:09 -0400 |
commit | 80df9aec1db449e6cc0f4513103aa442b8d43de3 (patch) | |
tree | e5a36781b8b75253b4896a2cdfd46116fde5af71 /tests | |
parent | d4d3a3c54f5e26dec0cc79e273dc488f8a47f2b3 (diff) |
refactor: move `FileCollector` to deno_config (#24433)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/workspaces/non_fatal_diagnostics/lint.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/workspaces/non_fatal_diagnostics/lint.out b/tests/specs/workspaces/non_fatal_diagnostics/lint.out index 28ac6b0eb..f2fbd1822 100644 --- a/tests/specs/workspaces/non_fatal_diagnostics/lint.out +++ b/tests/specs/workspaces/non_fatal_diagnostics/lint.out @@ -1,5 +1,5 @@ -The 'compilerOptions' field can only be specified in the root workspace deno.json file. +The "compilerOptions" field can only be specified in the root workspace deno.json file. at file:///[WILDLINE]/sub/deno.json -The 'lint.report' field can only be specified in the root workspace deno.json file. +The "lint.report" field can only be specified in the root workspace deno.json file. at file:///[WILDLINE]/sub/deno.json Checked 1 file |