From 6cb3441ad28164fe209b0701480b1572315f0d2e Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 14 Jun 2024 13:10:21 +0800 Subject: [PATCH 1/3] add vscode repo --- matrix.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/matrix.json b/matrix.json index 337f5ee..224f7b5 100644 --- a/matrix.json +++ b/matrix.json @@ -23,6 +23,12 @@ "path": "preact", "command": "./oxlint --deny-warnings -c oxlint.json oxlint src test debug compat hooks test-utils" }, + { + "repository": "microsoft/vscode", + "ref": "main", + "path": "vscode", + "command": "./oxlint -D no-unreachable -D no-this-before-super -D rules-of-hooks" + }, { "repository": "DefinitelyTyped/DefinitelyTyped", "ref": "master", From 86ec6ff2957ee712c666062423b659237162a647 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 19 Jun 2024 21:52:06 +0800 Subject: [PATCH 2/3] u --- matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.json b/matrix.json index 224f7b5..397a553 100644 --- a/matrix.json +++ b/matrix.json @@ -27,7 +27,7 @@ "repository": "microsoft/vscode", "ref": "main", "path": "vscode", - "command": "./oxlint -D no-unreachable -D no-this-before-super -D rules-of-hooks" + "command": "./oxlint -D no-unreachable -D no-this-before-super -D getter-return -D no-fallthrough" }, { "repository": "DefinitelyTyped/DefinitelyTyped", From 9e1b02268fb757879fa4baca8aeea4126c4ec59c Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 19 Jun 2024 22:20:55 +0800 Subject: [PATCH 3/3] u --- matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.json b/matrix.json index 397a553..a433dfe 100644 --- a/matrix.json +++ b/matrix.json @@ -27,7 +27,7 @@ "repository": "microsoft/vscode", "ref": "main", "path": "vscode", - "command": "./oxlint -D no-unreachable -D no-this-before-super -D getter-return -D no-fallthrough" + "command": "./oxlint -D no-unreachable -D no-this-before-super -D getter-return" }, { "repository": "DefinitelyTyped/DefinitelyTyped",