chore: update radar rules for target parameter clarification

This commit is contained in:
Tony 2026-02-14 01:16:57 +08:00
parent ebd6d2c6a6
commit c9045eab8e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Only report **clear and actionable** violations in changed lines/files. Do not r
1. `example` must start with `/` and be a working RSSHub route path.
2. Route name must not repeat namespace name.
3. In radar rules, `source` must be a relative host/path (no `https://`, no hash/query matching).
4. In radar rules, `target` must match the route path and declared params.
4. In radar rules, `target` may be empty; if present, it must match the route path and its parameters.
5. Namespace `url` should not include protocol prefix.
6. Use a single category in `categories`.
7. `parameters` keys must match real path parameters.