From 589e55d0294f5cd4101f6da3c40a818821874bfb Mon Sep 17 00:00:00 2001 From: Udit Chaudhary Date: Thu, 13 Nov 2025 12:51:31 +0000 Subject: [PATCH 1/2] Edit .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 68df919542..b0c902d3d3 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ keystore.p12 # source of env vars to store secrets for config.yml /variables + +dummy -- GitLab From 26002ccd0c778f9ebc3457d3a456c17a843eb70a Mon Sep 17 00:00:00 2001 From: Udit Chaudhary Date: Thu, 13 Nov 2025 12:59:18 +0000 Subject: [PATCH 2/2] Update file .coderabbit.yaml --- .coderabbit.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000000..30624b736c --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +reviews: + profile: chill + high_level_summary: true + auto_review: + enabled: true + drafts: false + # update to the tools you use, see full list: https://docs.coderabbit.ai/tools/list + tools: + eslint: + enabled: true + gitleaks: + enabled: true + fail_commit_status: false + commit_status: false -- GitLab