Skip to content

Commit 5249046

Browse files
committed
chore(sync): cascade ignore-block + repo lint cleanup
Cascade adds fleet-canonical-begin/end block to .config/oxlintrc.json and .config/oxfmtrc.json so downstream skips wheelhouse-owned files. Also resolves 28 pre-existing lint errors blocking commits: removes TODO placeholders, reorders top-level exports alphabetically, swaps fetch() for httpRequest, flips null to undefined, ignores local transpiled .mjs output, and adds disable comments where stat metadata is genuinely required.
1 parent e71e58a commit 5249046

20 files changed

Lines changed: 416 additions & 168 deletions

File tree

.claude/hooks/_shared/README.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.claude/hooks/_shared/markers.mts

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.claude/hooks/release-workflow-guard/index.mts

Lines changed: 60 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.claude/hooks/release-workflow-guard/test/release-workflow-guard.test.mts

Lines changed: 70 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.claude/hooks/release-workflow-guard/tsconfig.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/oxfmtrc.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,32 @@
4646
"**/test/fixtures",
4747
"**/test/packages",
4848
"**/vendor",
49-
"**/lockstep.schema.json"
49+
"**/lockstep.schema.json",
50+
"#fleet-canonical-begin (managed by socket-wheelhouse sync)",
51+
"**/.config/oxlint-plugin/**",
52+
"**/.config/rolldown/**",
53+
"**/.git-hooks/**",
54+
"**/.husky/**",
55+
"**/.config/lockstep.schema.json",
56+
"**/.config/socket-wheelhouse-schema.json",
57+
"**/.config/taze.config.mts",
58+
"**/packages/build-infra/lib/release-checksums/consumer.mts",
59+
"**/packages/build-infra/lib/release-checksums/core.mts",
60+
"**/packages/build-infra/lib/release-checksums/producer.mts",
61+
"**/packages/build-infra/release-assets.schema.json",
62+
"**/scripts/ai-lint-fix.mts",
63+
"**/scripts/check-paths.mts",
64+
"**/scripts/fix.mts",
65+
"**/scripts/install-sfw.mts",
66+
"**/scripts/lockstep-emit-schema.mts",
67+
"**/scripts/lockstep-schema.mts",
68+
"**/scripts/lockstep.mts",
69+
"**/scripts/power-state.mts",
70+
"**/scripts/security.mts",
71+
"**/scripts/socket-wheelhouse-emit-schema.mts",
72+
"**/scripts/socket-wheelhouse-schema.mts",
73+
"**/scripts/update.mts",
74+
"**/scripts/validate-config-paths.mts",
75+
"#fleet-canonical-end"
5076
]
5177
}

0 commit comments

Comments
 (0)