fix(release): restore canonical local gate
req: public_api/001 req: v1_release/007
This commit is contained in:
@@ -357,8 +357,8 @@ fn allowed_example_script(path: &Path, line: &str) -> bool {
|
||||
&& line.contains(r#"<script src="/island.js" defer></script>"#))
|
||||
|| (path.ends_with("examples/saas/templates/app_shell.heml")
|
||||
&& line.contains(r#"<script src="/metrics.js" defer></script>"#))
|
||||
|| (path.ends_with("examples/kanban/templates/sync_shell.heml")
|
||||
&& line.contains(r#"<script src="/sync.js" defer></script>"#))
|
||||
|| (path.ends_with("examples/kanban/templates/legacy_sync_fixture.heml")
|
||||
&& line.contains(r#"<script type="module" src="/sync.js"></script>"#))
|
||||
}
|
||||
|
||||
fn contains_inline_event_handler(line: &str) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user