mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:40:43 +00:00
ci: ignore generated extension viewer asset in lint
This commit is contained in:
@@ -116,6 +116,7 @@
|
||||
"dist/",
|
||||
"dist-runtime/",
|
||||
"docs/_layouts/",
|
||||
"extensions/diffs/assets/viewer-runtime.js",
|
||||
"node_modules/",
|
||||
"patches/",
|
||||
"pnpm-lock.yaml",
|
||||
@@ -124,6 +125,7 @@
|
||||
"src/canvas-host/a2ui/a2ui.bundle.js",
|
||||
"vendor/",
|
||||
"**/.cache/**",
|
||||
"**/.openclaw-runtime-deps-copy-*/**",
|
||||
"**/build/**",
|
||||
"**/coverage/**",
|
||||
"**/dist/**",
|
||||
|
||||
@@ -121,6 +121,8 @@ describe("oxlint config", () => {
|
||||
expect(ignorePatterns).toContain("**/build/**");
|
||||
expect(ignorePatterns).toContain("**/coverage/**");
|
||||
expect(ignorePatterns).toContain("**/.cache/**");
|
||||
expect(ignorePatterns).toContain("**/.openclaw-runtime-deps-copy-*/**");
|
||||
expect(ignorePatterns).toContain("extensions/diffs/assets/viewer-runtime.js");
|
||||
});
|
||||
|
||||
it("enables strict empty object type lint with named single-extends interfaces allowed", () => {
|
||||
|
||||
Reference in New Issue
Block a user