summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_quiet.out
blob: e46a94a2d13e2596285e3d5dcdfe23d8efc5194f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error[ban-untagged-ignore]: Ignore directive requires lint rule name(s)
 --> [WILDCARD]file1.js:1:1
  | 
1 | // deno-lint-ignore
  | ^^^^^^^^^^^^^^^^^^^
  = hint: Add one or more lint rule names.  E.g. // deno-lint-ignore adjacent-overload-signatures

  docs: https://lint.deno.land/#ban-untagged-ignore


error[no-empty]: Empty block statement
 --> [WILDCARD]file1.js:2:15
  | 
2 | while (false) {}
  |               ^^
  = hint: Add code or comment to the empty block

  docs: https://lint.deno.land/#no-empty