Skip to content

Commit ba377d7

Browse files
authored
Disable docstrings and unit tests in .coderabbit.yaml
Disable docstring generation and unit tests in CodeRabbit configuration.
1 parent 9651061 commit ba377d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.coderabbit.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,7 @@ reviews:
107107
docstrings:
108108
# Docstrings | Allow CodeRabbit to generate docstrings for PRs/MRs.
109109
# default: true - disabled in WLED: has caused confusion in the past
110-
enabled: false
110+
enabled: false
111+
unit_tests:
112+
# default: true - disabled in WLED: we don't have a unit test framework, this option just confuses contributors
113+
enabled: false

0 commit comments

Comments
 (0)