Disable docstrings and unit tests in .coderabbit.yaml

Disable docstring generation and unit tests in CodeRabbit configuration.
This commit is contained in:
Frank Möhle
2026-04-13 23:12:01 +02:00
committed by GitHub
parent 96510614a3
commit ba377d7c29

View File

@@ -107,4 +107,7 @@ reviews:
docstrings:
# Docstrings | Allow CodeRabbit to generate docstrings for PRs/MRs.
# default: true - disabled in WLED: has caused confusion in the past
enabled: false
enabled: false
unit_tests:
# default: true - disabled in WLED: we don't have a unit test framework, this option just confuses contributors
enabled: false