diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-17 17:08:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 17:08:23 +0200 |
| commit | c1c760130406405c8fde9a74bd88c62ca721967b (patch) | |
| tree | 2422c7f1b8c8f4279094f7d7253b96735381e317 /cli/tests/lint/expected_json.out | |
| parent | 46b892ad37df9ba9bed77fb923a1cfe284b208dc (diff) | |
upgrade: deno_doc, deno_lint, dprint, swc (#8009)
Diffstat (limited to 'cli/tests/lint/expected_json.out')
| -rw-r--r-- | cli/tests/lint/expected_json.out | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/cli/tests/lint/expected_json.out b/cli/tests/lint/expected_json.out index a49818a3b..20dd47d8c 100644 --- a/cli/tests/lint/expected_json.out +++ b/cli/tests/lint/expected_json.out @@ -4,27 +4,31 @@ "range": { "start": { "line": 1, - "col": 0 + "col": 0, + "bytePos": 0 }, "end": { "line": 1, - "col": 19 + "col": 19, + "bytePos": 19 } }, "filename": "[WILDCARD]file1.js", - "message": "Ignore directive requires lint rule code", + "message": "Ignore directive requires lint rule name(s)", "code": "ban-untagged-ignore", - "hint": null + "hint": [WILDCARD] }, { "range": { "start": { "line": 2, - "col": 14 + "col": 14, + "bytePos": 34 }, "end": { "line": 2, - "col": 16 + "col": 16, + "bytePos": 36 } }, "filename": "[WILDCARD]file1.js", @@ -36,11 +40,13 @@ "range": { "start": { "line": 3, - "col": 12 + "col": 12, + "bytePos": 56 }, "end": { "line": 3, - "col": 14 + "col": 14, + "bytePos": 58 } }, "filename": "[WILDCARD]file2.ts", |
