summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_from_stdin_json.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/lint/expected_from_stdin_json.out')
-rw-r--r--cli/tests/testdata/lint/expected_from_stdin_json.out23
1 files changed, 0 insertions, 23 deletions
diff --git a/cli/tests/testdata/lint/expected_from_stdin_json.out b/cli/tests/testdata/lint/expected_from_stdin_json.out
deleted file mode 100644
index 9e1188bcd..000000000
--- a/cli/tests/testdata/lint/expected_from_stdin_json.out
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "diagnostics": [
- {
- "filename": "[WILDCARD]$deno$stdin.ts",
- "range": {
- "start": {
- "line": 1,
- "col": 8,
- "bytePos": 8
- },
- "end": {
- "line": 1,
- "col": 11,
- "bytePos": 11
- }
- },
- "message": "`any` type is not allowed",
- "code": "no-explicit-any",
- "hint": [WILDCARD]
- }
- ],
- "errors": []
-}