Skip to content

Commit

Permalink
chore: add coderabbitai config rule to ignore generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed May 22, 2024
1 parent 1b2c68a commit b9a15eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b9a15eb

Please sign in to comment.