summaryrefslogtreecommitdiff
path: root/cli/tests/lint/expected_from_stdin_json.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/lint/expected_from_stdin_json.out')
-rw-r--r--cli/tests/lint/expected_from_stdin_json.out16
1 files changed, 10 insertions, 6 deletions
diff --git a/cli/tests/lint/expected_from_stdin_json.out b/cli/tests/lint/expected_from_stdin_json.out
index bec566841..ed5a0c5dc 100644
--- a/cli/tests/lint/expected_from_stdin_json.out
+++ b/cli/tests/lint/expected_from_stdin_json.out
@@ -1,15 +1,19 @@
{
"diagnostics": [
{
- "location": {
- "line": 1,
- "col": 7
+ "range": {
+ "start": {
+ "line": 1,
+ "col": 7
+ },
+ "end": {
+ "line": 1,
+ "col": 10
+ }
},
"filename": "_stdin.ts",
"message": "`any` type is not allowed",
- "code": "no-explicit-any",
- "line_src": "let a: any;",
- "snippet_length": 3
+ "code": "no-explicit-any"
}
],
"errors": []