2020-06-10 17:29:48 -04:00
|
|
|
(ban-untagged-ignore) Ignore directive requires lint rule code
|
|
|
|
// deno-lint-ignore
|
|
|
|
~~~~~~~~~~~~~~~~~~~
|
2020-06-09 12:40:08 -04:00
|
|
|
at [WILDCARD]file1.js:1:0
|
|
|
|
|
2020-06-10 17:29:48 -04:00
|
|
|
(no-empty) Empty block statement
|
|
|
|
while (false) {}
|
|
|
|
~~
|
|
|
|
at [WILDCARD]file1.js:2:14
|
2020-06-09 12:40:08 -04:00
|
|
|
|
|
|
|
(no-empty) Empty block statement
|
|
|
|
} catch (e) {}
|
|
|
|
~~
|
|
|
|
at [WILDCARD]file2.ts:3:12
|
|
|
|
|
|
|
|
(ban-unused-ignore) Ignore for code "require-await" was not used.
|
|
|
|
// deno-lint-ignore no-explicit-any require-await
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
at [WILDCARD]file2.ts:5:0
|
|
|
|
|
|
|
|
(no-empty-function) Empty functions are not allowed
|
|
|
|
function foo(): any {}
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
at [WILDCARD]file2.ts:6:0
|
|
|
|
|
2020-06-10 17:29:48 -04:00
|
|
|
Found 5 problems
|