summaryrefslogtreecommitdiff
path: root/cli/tests/lint/file2.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-10 23:29:48 +0200
committerGitHub <noreply@github.com>2020-06-10 23:29:48 +0200
commite4e332abbbe0dbdb44305a261f9965ba89e7767b (patch)
tree6bdbeb2c6d1039adf34f7366e467e105e91ab63d /cli/tests/lint/file2.ts
parente53a1b14968099df06624a4dc4d4ab810d1ce443 (diff)
feat(lint): use default globs, upgrade to v0.1.9 (#6222)
This commit: * added default file globs so "deno lint" can be run without arguments (just like "deno fmt") * added test for globs in "deno lint" * upgrade "deno_lint" crate to v0.1.9
Diffstat (limited to 'cli/tests/lint/file2.ts')
-rw-r--r--cli/tests/lint/file2.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/lint/file2.ts b/cli/tests/lint/file2.ts
index f0f3a3ba3..10c709ba2 100644
--- a/cli/tests/lint/file2.ts
+++ b/cli/tests/lint/file2.ts
@@ -4,6 +4,3 @@ try {
// deno-lint-ignore no-explicit-any require-await
function foo(): any {}
-
-// deno-lint-ignore
-while (false) {}