summaryrefslogtreecommitdiff
path: root/tests/specs/lint/stdin_json/expected_from_stdin_json.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/lint/stdin_json/expected_from_stdin_json.out')
-rw-r--r--tests/specs/lint/stdin_json/expected_from_stdin_json.out24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/specs/lint/stdin_json/expected_from_stdin_json.out b/tests/specs/lint/stdin_json/expected_from_stdin_json.out
new file mode 100644
index 000000000..5788248aa
--- /dev/null
+++ b/tests/specs/lint/stdin_json/expected_from_stdin_json.out
@@ -0,0 +1,24 @@
+{
+ "version": 1,
+ "diagnostics": [
+ {
+ "filename": "[WILDCARD]main.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": []
+}