From 3328e9bf9721c404902ec7c62a4fbd7c1bf8c2f0 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Wed, 8 May 2024 18:29:45 +0200 Subject: [PATCH] chore: Make coderabbit ignore docs folder (#1864) Make bot ignore docs folder --- .coderabbit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.coderabbit.yml b/.coderabbit.yml index 6083e965da..b805c87ba2 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -8,6 +8,7 @@ reviews: collapse_walkthrough: true path_filters: - "!api/" + - "!docs/" path_instructions: - path: "**/*.go" instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations."