From 23125b275f282f96a6316d11f97e5603dab0d009 Mon Sep 17 00:00:00 2001 From: Brenley Dueck Date: Wed, 28 Sep 2022 11:47:48 -0500 Subject: feat(lint): add --compact flag for terse output (#15926) --- cli/tests/testdata/lint/expected_compact.out | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/testdata/lint/expected_compact.out (limited to 'cli/tests/testdata/lint/expected_compact.out') diff --git a/cli/tests/testdata/lint/expected_compact.out b/cli/tests/testdata/lint/expected_compact.out new file mode 100644 index 000000000..03b77faa1 --- /dev/null +++ b/cli/tests/testdata/lint/expected_compact.out @@ -0,0 +1,5 @@ +[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 -- cgit v1.2.3