From 53e0715a0e55de45c0a691319d982a2ecdbc6613 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Tue, 14 May 2024 10:37:10 +0200 Subject: [PATCH] Update .coderabbit.yml --- .coderabbit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yml b/.coderabbit.yml index b805c87ba2..e89dfcdfcd 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -23,7 +23,7 @@ reviews: "Assess the unit test code assessing sufficient code coverage for the changes associated in the pull request" - path: "**/*.md" instructions: | - "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness" + "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness. Please DO NOT report any missing or superfluous newlines, in particular at the end or beginning of files." - path: ".changelog/*" instructions: | "Assess the changes in the changelog for correctness and completeness, particularly flagging missing changes"