From b9a15eb5763c1db82479809bb77fa8bdabdf6c60 Mon Sep 17 00:00:00 2001 From: Benjamin DENEUX Date: Wed, 22 May 2024 14:38:14 +0200 Subject: [PATCH] chore: add coderabbitai config rule to ignore generated documentation --- .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 00000000000..ecab4903ead --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,12 @@ +reviews: + path_filters: + - "!modules/**/*.md" + - "!modules_versioned_docs/**/*.md" + - "!predicates/**/*.md" + - "!predicates_versioned_docs/**/*.md" + - "!commands/**/*.md" + - "!commands_versioned_docs/**/*.md" + - "!contracts/**/*.md" + - "!contracts_versioned_docs/**/*.md" + - "!ontology/**/*.md" + - "!ontology_versioned_docs/**/*.md" \ No newline at end of file