Skip to content

Commit 65db8bc

Browse files
authored
Update .coderabbit.yaml configuration
Removed tools configuration and added knowledge_base and web_search options. Signed-off-by: MontyPokemon <59332150+MonaaEid@users.noreply.github.com>
1 parent d5bd856 commit 65db8bc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.coderabbit.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ reviews:
1818
in_progress_fortune: false # Do not stall time with a message (spammy)
1919
poem: false # Do not write a literal poem (spammy)
2020
enable_prompt_for_ai_agents: false # Disable prompts for AI agents (spammy)
21-
tools:
22-
ast-grep:
23-
essential_rules: true
24-
rule_dirs:
25-
- "custom-protobuf-review"
26-
packages: # list of packages to install, in future coderabbit will provide a set of packages, beside the essentials one.
27-
- "hiero-ledger/sdk-collaboration-hub"
21+
knowledge_base:
22+
web_search: true
2823

2924
# TOKEN REVIEW INSTRUCTIONS
3025
token_review_instructions: &token_review_instructions |
@@ -805,6 +800,12 @@ reviews:
805800

806801
- path: "src/hiero_sdk_python/contract/**/*_query.py"
807802
instructions: *query_review_instructions
803+
#############################################
804+
- path: "src/hiero_sdk_python/consensus/**/*.py"
805+
instructions: |
806+
Review against protobuf schemas at:
807+
https://github.com/hiero-ledger/sdk-collaboration-hub/tree/main/v3-sandbox/prototype/protobuf/src/main/proto
808+
Ensure all message fields and types align with the latest definitions
808809
809810
chat:
810811
art: false # Don't draw ASCII art (false)

0 commit comments

Comments
 (0)