summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/with_report_config_compact.out
diff options
context:
space:
mode:
authorBrenley Dueck <brenleydueck@gmail.com>2022-10-25 07:21:20 -0500
committerGitHub <noreply@github.com>2022-10-25 14:21:20 +0200
commita189c5393e1b106687736635fea0b8aeca283826 (patch)
tree6c0119266f77611e1ba8146ee394f8e10cf8b3c4 /cli/tests/testdata/lint/with_report_config_compact.out
parentac5fcf626a77db7795f7ab2b4f15e4ecb3270171 (diff)
feat(lint): add a report lint config setting (#16045)
Builds off this PR to add a "report" setting to deno.json which can be "pretty", "compact", or "json".
Diffstat (limited to 'cli/tests/testdata/lint/with_report_config_compact.out')
-rw-r--r--cli/tests/testdata/lint/with_report_config_compact.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/lint/with_report_config_compact.out b/cli/tests/testdata/lint/with_report_config_compact.out
new file mode 100644
index 000000000..fe1241264
--- /dev/null
+++ b/cli/tests/testdata/lint/with_report_config_compact.out
@@ -0,0 +1,4 @@
+[WILDCARD]a.ts: line 1, col 1 - TODO should be tagged with (@username) or (#issue) (ban-untagged-todo)
+[WILDCARD]a.ts: line 2, col 10 - `add` is never used (no-unused-vars)
+Found 2 problems
+Checked 1 file