From e272a9fb78399969ee6d7bcca15cce66dcc1ac8b Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Tue, 7 May 2024 08:44:01 +0200 Subject: [PATCH] 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."