From ff1a0b61e35d16fcf7d5d4af6650a8d8572fee0e Mon Sep 17 00:00:00 2001 From: Mark IJbema Date: Mon, 29 Jun 2026 11:06:57 +0200 Subject: [PATCH] fix: allow upstream attribution in translated readmes --- script/check-forbidden-strings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/script/check-forbidden-strings.ts b/script/check-forbidden-strings.ts index f3941bab05c..caf69ae5a42 100644 --- a/script/check-forbidden-strings.ts +++ b/script/check-forbidden-strings.ts @@ -27,6 +27,7 @@ const forbidden: { pattern: string; reason: string; allow?: string[] }[] = [ allow: [ "AGENTS.md", "README.md", + "translations/README.", ".opencode/glossary/", "packages/kilo-vscode/AGENTS.md", "packages/kilo-docs/source-links.md",