From 8f9da368f78b0dcd55e701b30daea8b45102a491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 18 Oct 2020 16:26:05 +0200 Subject: refactor(lint): show hint for lint errors (#8016) This commit adds formatting of optional "hint" that can be present in lint diagnostic. --- cli/tests/lint/expected_quiet.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests') diff --git a/cli/tests/lint/expected_quiet.out b/cli/tests/lint/expected_quiet.out index 45a308344..21fd92be3 100644 --- a/cli/tests/lint/expected_quiet.out +++ b/cli/tests/lint/expected_quiet.out @@ -3,6 +3,8 @@ ^^^^^^^^^^^^^^^^^^^ at [WILDCARD]file1.js:1:0 + hint: [WILDCARD] + (no-empty) Empty block statement while (false) {} ^^ -- cgit v1.2.3