1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

chore: fix flaky integration::lint::compact (#16075)

This commit is contained in:
David Sherret 2022-09-28 13:52:10 -04:00 committed by GitHub
parent e64af6260a
commit fcb20ab952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -44,7 +44,7 @@ itest!(json {
itest!(compact {
args:
"lint --compact lint/without_config/file1.js lint/without_config/file2.ts lint/without_config/ignored_file.tss",
"lint --compact lint/without_config/file1.js lint/without_config/ignored_file.tss",
output: "lint/expected_compact.out",
exit_code: 1,
});

View file

@ -1,5 +1,4 @@
[WILDCARD]file1.js: line 1, col 1 - Ignore directive requires lint rule name(s) (ban-untagged-ignore)
[WILDCARD]file1.js: line 2, col 15 - Empty block statement (no-empty)
[WILDCARD]file2.ts: line 3, col 14 - Empty block statement (no-empty)
Found 3 problems
Checked 2 files
Found 2 problems
Checked 1 file