Files
openclaw/config/oxlint/boundary-guards.json
Sash Zats ff95d0c269 improve(ci): replace boundary guards with focused Oxlint rules (#95368)
* perf(ci): move boundary guards to oxlint

Co-authored-by: Sash Zats <sash@zats.io>

* fix(ci): avoid dead editor URL export

Co-authored-by: Sash Zats <sash@zats.io>

* fix(ci): declare path-loaded boundary guard roots

Co-authored-by: Sash Zats <sash@zats.io>

* fix(ci): model Oxlint plugin export in Knip

Co-authored-by: Sash Zats <sash@zats.io>

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-17 11:37:35 +01:00

11 lines
334 B
JSON

{
"$schema": "../../node_modules/oxlint/configuration_schema.json",
"plugins": [],
"jsPlugins": ["../../scripts/oxlint-boundary-guards.mjs"],
"categories": { "correctness": "off" },
"rules": {
"openclaw-boundaries/no-raw-window-open-call": "error",
"openclaw-boundaries/no-register-http-handler-call": "error"
}
}