From 13a00d2f0f1883f1e0609c155e156da87bbbbdbe Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 12 Sep 2025 18:59:01 +0300 Subject: [PATCH] chore(ci): add coderabbit config --- .coderabbit.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..0a5a718 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,12 @@ +remote_config: + url: "https://raw.githubusercontent.com/ivuorinen/coderabbit/refs/heads/main/coderabbit.yaml" +path_instructions: + - path: ".serena/**/*" + instructions: >- + - These are files for Serena LLM. Do not review them. + - path: "src/**/*" + instructions: >- + - These are automatically generated files. Do not review them. + - path: "test/spec/**/*" + instructions: >- + - These are test files for the grammar. Do not review them.