diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 5b277dd42..9d9e9c7a9 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -14,6 +14,19 @@ language: en-US reviews: + # generic review setting, see https://docs.coderabbit.ai/reference/configuration#reference + auto_apply_labels: true + # abort_on_close: false + high_level_summary: true + review_status: true + collapse_walkthrough: false + poem: false + # sequence_diagrams: false + auto_review: + enabled: true + ignore_title_keywords: + - WIP + path_instructions: - path: "**/*.{cpp,h,hpp,ino}" instructions: > @@ -88,3 +101,10 @@ reviews: AI-facing rules due to edits introduced in this PR. 3. If new AI-facing rules were added without updating a related HUMAN_ONLY reference section, note this as a suggestion (not a required fix). + + finishing_touches: + # Docstrings | Options for generating Docstrings for your PRs/MRs. + docstrings: + # Docstrings | Allow CodeRabbit to generate docstrings for PRs/MRs. + # default: true - disabled in WLED: has caused confusion in the past + enabled: false \ No newline at end of file