-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
matrix.json
74 lines (74 loc) · 1.88 KB
/
matrix.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"repository": "rolldown/rolldown",
"ref": "main",
"path": "rolldown",
"command": "./oxlint --deny-warnings -c .oxlintrc.json --ignore-path=.oxlintignore --import-plugin --jsdoc-plugin"
},
{
"repository": "napi-rs/napi-rs",
"ref": "main",
"path": "napi-rs",
"command": "./oxlint --deny-warnings --ignore-path=.oxlintignore --import-plugin -D correctness -A no-export"
},
{
"repository": "toeverything/affine",
"ref": "canary",
"path": "affine",
"command": "./oxlint -c oxlint.json --deny-warnings"
},
{
"repository": "preactjs/preact",
"ref": "main",
"path": "preact",
"command": "./oxlint --deny-warnings -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils"
},
{
"repository": "microsoft/vscode",
"ref": "main",
"path": "vscode",
"command": "./oxlint -W all --ignore-pattern '**/fixtures' --ignore-pattern test-checker.ts --silent"
},
{
"repository": "calcom/cal.com",
"ref": "main",
"path": "cal",
"command": "echo 'skipped'"
},
{
"repository": "bbc/simorgh",
"ref": "latest",
"path": "simorgh",
"command": "./oxlint -D no-unreachable"
},
{
"repository": "sidebase/nuxt-auth",
"ref": "main",
"path": "nuxt-auth",
"command": "./oxlint --deny-warnings -D correctness -D suspicious -D perf"
},
{
"repository": "elastic/kibana",
"ref": "main",
"path": "kibana",
"command": "echo 'skipped'"
},
{
"repository": "DefinitelyTyped/DefinitelyTyped",
"ref": "master",
"path": "DefinitelyTyped",
"command": "echo 'skipped'"
},
{
"repository": "Milkdown/milkdown",
"ref": "main",
"path": "milkdown",
"command": "./oxlint -c .oxlintrc.json"
},
{
"repository": "bluesky-social/social-app",
"ref": "main",
"path": "bluesky",
"command": "./oxlint -W all --silent"
}
]