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."