diff options
Diffstat (limited to 'cli/tests/testdata/lint/expected_from_stdin.out')
-rw-r--r-- | cli/tests/testdata/lint/expected_from_stdin.out | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/cli/tests/testdata/lint/expected_from_stdin.out b/cli/tests/testdata/lint/expected_from_stdin.out index 90f455fdc..59f32166f 100644 --- a/cli/tests/testdata/lint/expected_from_stdin.out +++ b/cli/tests/testdata/lint/expected_from_stdin.out @@ -1,3 +1,12 @@ -[WILDCARD] +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 |