From ba377d7c291328f0879589cc98702f3a3d5754e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:12:01 +0200 Subject: [PATCH] Disable docstrings and unit tests in .coderabbit.yaml Disable docstring generation and unit tests in CodeRabbit configuration. --- .coderabbit.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 9d9e9c7a9..5be93fa22 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -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 \ No newline at end of file + enabled: false + unit_tests: + # default: true - disabled in WLED: we don't have a unit test framework, this option just confuses contributors + enabled: false