From 00cf6f3b9faa2df60c707a2dc81e7ac51334019d Mon Sep 17 00:00:00 2001 From: AdvitXAtlan Date: Tue, 7 Oct 2025 11:05:54 +0530 Subject: [PATCH] chore: update .cursor/BUGBOT.md with bugbot improvements --- .cursor/BUGBOT.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.cursor/BUGBOT.md b/.cursor/BUGBOT.md index 01e130a5f..384ecc9e8 100644 --- a/.cursor/BUGBOT.md +++ b/.cursor/BUGBOT.md @@ -585,6 +585,13 @@ def good_validation(max_value: int) -> int: - Transaction boundaries must be explicit - Database migrations must be reversible +Infrastructure and Configuration Rules + +Dapr components: Allow ignoreErrors in development +For files matching components/**/*.yaml: +If a changed file contains the string pattern /ignoreErrors:\s*true/, then: +- Do not raise any issue. This is an accepted pattern for local development environments to allow the application to start even if some components are not fully configured. + ### Zone 4: Team and Process Specific Rules **Code review process:**