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