summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_from_stdin.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/lint/expected_from_stdin.out')
-rw-r--r--cli/tests/testdata/lint/expected_from_stdin.out12
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/tests/testdata/lint/expected_from_stdin.out b/cli/tests/testdata/lint/expected_from_stdin.out
deleted file mode 100644
index 59f32166f..000000000
--- a/cli/tests/testdata/lint/expected_from_stdin.out
+++ /dev/null
@@ -1,12 +0,0 @@
-error[no-explicit-any]: `any` type is not allowed
- --> [WILDCARD]$deno$stdin.ts:1:9
- |
-1 | let _a: any;
- | ^^^
- = hint: Use a specific type other than `any`
-
- docs: https://lint.deno.land/#no-explicit-any
-
-
-Found 1 problem
-Checked 1 file