Skip to content

Commit 5f220a1

Browse files
authored
chore: Update coderabbitai configuration to not expect docstrings in test (#1355)
#1352 (comment) ## Summary by Sourcery Build: - Update CodeRabbit configuration to exempt Python test files from requiring docstrings. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated code review configuration to clarify that docstrings are not required for test functions in test files. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2e93a46 commit 5f220a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ reviews:
33
github-checks:
44
enabled: true
55
timeout_ms: 900000 # 15 minutes (maximum allowed)
6+
7+
path_instructions:
8+
- path: "package/tests/**/*.py"
9+
instructions: "Docstrings are not required for test functions in test files."

0 commit comments

Comments
 (0)