diff --git a/.gitea/ai-review/exclusions.json b/.gitea/ai-review/exclusions.json index 2703b06..f8263ee 100644 --- a/.gitea/ai-review/exclusions.json +++ b/.gitea/ai-review/exclusions.json @@ -104,6 +104,11 @@ "location": "entrypoint.sh:7-12", "title": "token export preference", "reason": "Token is passed explicitly instead of exported." + }, + { + "location": "entrypoint.sh", + "title": "missing tests", + "reason": "The repo already includes `tests/entrypoint.sh` covering the new helper functions and the main flow." } ] }