diff options
| author | Kamil Ogórek <kamil.ogorek@gmail.com> | 2024-09-05 10:51:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 08:51:40 +0000 |
| commit | 2c4d99a4586a8aa143feb8614e3b0d4de09dd190 (patch) | |
| tree | 0c07ee12254da10d9710616be8cc98a32c0f35c7 /tests/testdata/lint | |
| parent | 49340b96f6b3603186e03f0102b99bc4a34a1b63 (diff) | |
feat: include version number in all --json based outputs (#25335)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/testdata/lint')
| -rw-r--r-- | tests/testdata/lint/expected_from_stdin_json.out | 1 | ||||
| -rw-r--r-- | tests/testdata/lint/expected_json.out | 1 | ||||
| -rw-r--r-- | tests/testdata/lint/with_report_config_override.out | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/lint/expected_from_stdin_json.out b/tests/testdata/lint/expected_from_stdin_json.out index 9e1188bcd..27b215b43 100644 --- a/tests/testdata/lint/expected_from_stdin_json.out +++ b/tests/testdata/lint/expected_from_stdin_json.out @@ -1,4 +1,5 @@ { + "version": 1, "diagnostics": [ { "filename": "[WILDCARD]$deno$stdin.ts", diff --git a/tests/testdata/lint/expected_json.out b/tests/testdata/lint/expected_json.out index 95c3d30ba..6712c891a 100644 --- a/tests/testdata/lint/expected_json.out +++ b/tests/testdata/lint/expected_json.out @@ -1,4 +1,5 @@ { + "version": 1, "diagnostics": [ { "filename": "[WILDCARD]file1.js", diff --git a/tests/testdata/lint/with_report_config_override.out b/tests/testdata/lint/with_report_config_override.out index 7ca748158..ad32e3123 100644 --- a/tests/testdata/lint/with_report_config_override.out +++ b/tests/testdata/lint/with_report_config_override.out @@ -1,4 +1,5 @@ { + "version": 1, "diagnostics": [ { "filename": "[WILDCARD]a.ts", |
