From 8e102247c1bf52efc5c8ebcd43bc415f6ba23276 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:15:06 +0200 Subject: [PATCH] chore: Disable coderabbit on markdown files (#2099) Disable coderabbit on markdown files --- .coderabbit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.coderabbit.yml b/.coderabbit.yml index 7dfe09c9ba..665c551b1c 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -21,9 +21,6 @@ reviews: - path: "**/*_test.go" instructions: | "Assess the unit test code assessing sufficient code coverage for the changes associated in the pull request. Only report issues that you have a high degree of confidence in." - - path: "**/*.md" - instructions: | - "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. Only report issues that you have a high degree of confidence in." - path: ".changelog/*" instructions: | "Assess the changes in the changelog for correctness and completeness, particularly flagging missing changes. Only report issues that you have a high degree of confidence in."