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.